Get graphviz to draw nodes above edges
Asked Answered
S

1

17

Is there any way to force graphviz to always draw the nodes above edges even if the edge is drawn over (or preferably under) the node?

So far I have tried ordering them and different layer options but not found a way that works.

Spondee answered 16/3, 2010 at 21:15 Comment(0)
D
14

You'll want to specify outputorder="edgesfirst". This can be found in the documentation.

Desmond answered 28/5, 2011 at 18:5 Comment(1)
This didn't work for me. outputMode is the name of the parameter class. The name of the parameter is outputorder, so it's outputorder=edgesfirst.Leakey

© 2022 - 2024 — McMap. All rights reserved.