Is it possible to have a dash in the node name? I tried escaping with backslash (searching the web didn't helped either). Example:
digraph test { some-name -> other-name; }
1 : formed of or as if of alternating dots and dashes run a dot-and-dash line across the sheet. 2 : consisting of or using an alphabet made up of dots and dashes as signals for communicating secret conversations by means of long and short muscular movements in the Morse dot-and-dash system. dot-and-dash.
Just include the node names in double quotes like this:
digraph test { "some-name" -> "other-name"; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With