The Wizards Wiki

Explore your world

User Tools

Site Tools


playground:graphviz

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.txt · Last modified: 2024/08/26 13:25 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki