Test graphviz: Difference between revisions
Jump to navigation
Jump to search
Created page with "<graphviz> digraph G { rankdir=LR; root [label="Root"]; root -> branch1 [label="To Branch 1"]; root -> branch2; branch1 -> subbranch1; branch1 -> subbranch2; branch2 -> subbranch3; } </graphviz> <graphviz> digraph MindMap { rankdir=LR; node [shape=box, style=filled, color=lightblue]; MainTopic [label="Main Topic"]; MainTopic -> Idea1 [label="Branch 1"]; MainTopic -> Idea2; Idea1 -> SubIdea1 [label="Leaf 1"]; Idea1 -> S..." |
No edit summary |
||
Line 61: | Line 61: | ||
} | } | ||
</graphviz> | </graphviz> | ||
[[Category: Test]] |