Log in | Back to darenet.org

Graph

 
(3 intermediate revisions not shown)
Line 6: Line 6:
format="svg"
format="svg"
node [style=filled, color=black, fillcolor=white shape=record];  
node [style=filled, color=black, fillcolor=white shape=record];  
-
struct1 [label="<f0> left|<f1> mid\ dle|<f2> right"];
+
"Executive Board  \r" [style=filled, color=black, fillcolor=red];
-
struct2 [label="<f0> one|<f1> two"];  
+
"Director, Operations      \r" [style=filled, color=black, fillcolor=grey];
-
struct3 [label="hello\nworld |{ b |{c|<here> d|e}| f}| g | h"];  
+
"Executive Board  \r" -> "Director, Operations      \r"
-
struct1:f1 -> struct2:f0; struct1:f2 -> struct3:here;
+
"Director, Support    \r" [style=filled, color=black, fillcolor=grey];  
-
}
+
"Executive Board  \r" -> "Director, Support    \r"
-
</graphviz>
+
"Director, Operations      \r" -> "Development"
-
 
+
"Director, Operations      \r" -> "Server Mgmt"
-
<graphviz>
+
"Director, Support    \r" -> "Abuse"
-
digraph G {
+
"Director, Support    \r" -> "#Support"
-
bgcolor="transparent"
+
"Director, Support    \r" -> "Training \r"
-
format="svg"
+
-
node [style=filled, color=black, fillcolor=white shape=record];  
+
-
struct1 [label="<f0>Executive Board  \r"];
+
}
}
</graphviz>
</graphviz>

Current revision as of 17:03, 12 March 2009

Graphviz Tests