Graph
(New page: Graphviz Tests <graphviz caption='Hello SVG and PNG' alt='phylogenetic tree' format='svg+png'> digraph G { node [shape=plaintext]; Mollusca [URL="Mollusca"]; Neomeniomorpha [URL="Ne...) |
|||
(8 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | Graphviz Tests | + | Graphviz Tests |
- | <graphviz | + | <graphviz> |
- | digraph G { | + | digraph G { |
- | + | bgcolor="transparent" | |
- | + | format="svg" | |
- | + | node [style=filled, color=black, fillcolor=white shape=record]; | |
- | + | "Executive Board \r" [style=filled, color=black, fillcolor=red]; | |
- | + | "Director, Operations \r" [style=filled, color=black, fillcolor=grey]; | |
- | + | "Executive Board \r" -> "Director, Operations \r" | |
- | + | "Director, Support \r" [style=filled, color=black, fillcolor=grey]; | |
- | + | "Executive Board \r" -> "Director, Support \r" | |
- | + | "Director, Operations \r" -> "Development" | |
- | + | "Director, Operations \r" -> "Server Mgmt" | |
- | + | "Director, Support \r" -> "Abuse" | |
- | + | "Director, Support \r" -> "#Support" | |
- | + | "Director, Support \r" -> "Training \r" | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
</graphviz> | </graphviz> |
Current revision as of 17:03, 12 March 2009
Graphviz Tests