Search notes:

Graphviz: edge

By default, an edge is drawn with a solid line. In order to change that (for example to hide the edge), its style attribute must be set (for example to invis).
Typically, an edge ranks the nodes it connects. This can be turned off by setting the edge's attribute constraint to false.

See also

An example that tries to demonstrate how crossing of edges can be eliminated.
Graphviz elements

Index