The Wizards Wiki

Explore your world

User Tools

Site Tools


playground:graphviz

This is an old revision of the document!


Graphviz

test for Graphviz

<graphviz dot center > digraph finite_state_machine {

node [shape = box];
AssetSyncer -> FileSendTransporter;
AssetSyncer -> FileReceiveTransporter;
//rankdir=LR;
//size="9,5"
//node [shape = doublecircle]; LR_0 LR_3 LR_4 LR_8;
//node [shape = circle];
//LR_0 -> LR_2 [ label = "SS(B)" ];

} </graphviz>

playground/graphviz.1337424240.txt.gz · Last modified: 2024/08/26 13:57 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki