You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a lot like a graph, but without a name, and with the ability to set inline attrs. I decided to front-load the attrs, but ordering might matter, so that might not be ideal.
The text was updated successfully, but these errors were encountered:
I was unable to generate the syntax for
{rank = same; X; Y; Z}
without using some dorothy internals.Here's a small example of what I'd like to do: https://stackoverflow.com/a/44274606/1481316
This is also mentioned in the Dot User's Manual https://www.graphviz.org/pdf/dotguide.pdf on page 16.
Here's how I achieved the syntax, which as far as I can tell is called "Rank":
It's a lot like a graph, but without a name, and with the ability to set inline attrs. I decided to front-load the attrs, but ordering might matter, so that might not be ideal.
The text was updated successfully, but these errors were encountered: