in reply to Re^2: Visualizing a dependency graph in a web page
in thread Visualizing a dependency graph in a web page
# http://www.graphviz.org/content/cluster digraph G { node [shape=box] { rank = same j4; j3; } j1 -> j4; j2 -> j4; j2 -> j5; j7 -> j5; j3 -> j6; j4 -> j6; j5 -> j6 }
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|