Reputation: 18586
When I draw a diagram with spline=ortho
graphviz sometimes draws edges that go down and then left or right:
+--[ ]
| |
v |
[ ] +->[ ]
How can I specify that edges should depart horizontally from a node?
+--[ ]--+
| |
v v
[ ] [ ]
Upvotes: 2
Views: 291