Is it possible to draw edges behind the nodes?
Submitted by hydrant on Thu, 11/24/2011 - 10:16
I am creating a graph with lots of edges... Edges are less important, and it is enough to see approximate the number of them or their density.
I do not want to see them in front of node. eg... they should be rendered first (or behind) nodes. Is it possible?
Recent comments
- x11 event bindings
2 hours 20 min ago - One could probable work
3 hours 29 min ago - Would it be possible to
3 hours 53 min ago - The simplest way is to set
3 hours 55 min ago - Thanks, and self-learning for Graphviz
6 days 2 hours ago - There are various ways.
6 days 4 hours ago - that did work
1 week 7 hours ago - Hello,
You can also use
1 week 9 hours ago - The boxes around clusters are
1 week 1 day ago - I'm not sure I understand
1 week 1 day ago

Is it possible to draw edges
Set outputorder=edgesfirst. (See http://www.graphviz.org/content/attrs#aoutputorder.)
Another possibility is to increase the transparency of the edges by reducing the alpha component in the color specification, for output formats that support this.