Re: [graphviz-interest] nicer organization chart

Sean <[email protected]> Wed, 11 Mar 2015 07:44:13 -0700 (MST)
Newsgroups gmane.comp.video.graphviz
Message-ID <[email protected]>
I've had success with this by abusing subgroups:
digraph {   edge[splines="ortho"];   "Step1" -> "Step2.1";   "Step1" ->
"Step2.2";   subgraph steps1 {      edge[style="invisible",dir="none"];     
"note1" -> "note2" -> "note3" -> "note4";   }   subgraph steps2 {     
edge[style="invisible",dir="none"];      "eton1" -> "eton2" -> "eton3" ->
"eton4";   }   "Step2.1" -> "note1";   "Step2.1" -> "note2";   "Step2.1" ->
"note3";   "Step2.1" -> "note4";   "Step2.2" -> "eton1";   "Step2.2" ->
"eton2";   "Step2.2" -> "eton3";   "Step2.2" -> "eton4";}
<http://graphviz.996277.n3.nabble.com/file/n4221/orgchart.png> 
P.S. No SVG support for images?  Really, Nabble?



--
View this message in context: http://graphviz.996277.n3.nabble.com/nicer-organization-chart-tp2140p4221.html
Sent from the Graphviz - Interest mailing list archive at Nabble.com.

_______________________________________________
[email protected]
http://lists.research.att.com/mailman/listinfo/graphviz-interest