I have a simple scatter chart showing how to run tests.
PerformTests; PerformTests<---+ PerformTests -> TestsPassed; | | TestsPassed [shape="diamond"]; v | TestsPassed -> Release [label="Yes"]; TestsPassed | TestsPassed -> FixErrors [label="No"]; Y| N\ | FixErrors -> PerformTests; v FixErrors Release
The diagram shows square squares for all nodes except TestPassed, which are diamond-shaped. My problem is here. I would like the edge that extends beyond the diamond, for No, to get out of the diamond on the right (east) instead of sloping down-right (southeast).
What I have What I want ^ ^ / \ / \ < > < >---> \ /\ \ / v \ v
I saw such a compass_pt in the grammar of points, but I cannot figure out how to use it. I, what I want, and how to do it?
graphviz dot
Didier trosset
source share