nidi3 / graphviz-java

Use graphviz with pure java
Apache License 2.0
937 stars 107 forks source link

How to assign ranks in GraphViz Java? #199

Open Heroice18 opened 3 years ago

Heroice18 commented 3 years ago

So currently I'm trying to make it so that Item #7 lines up with the Item #6 later on in the graph generated. How do I do that? I can't find anywhere on the ReadMe that talks about ranks in the program.

image