User Tools

Site Tools


other:graphviz_howto

This is an old revision of the document!


<graphviz>
digraph test {
this [shape=doublecircle];
is [shape=box];
a [shape=invtriangle];
test [shape=polygon,sides=6,color=red,style=filled];
{ rank = same;
this; what;
}
this->is;
is->a;
a->test;
test->what;
what->do;
do->you;
you->"think?";
}
</graphviz>

other/graphviz_howto.1333556096.txt.gz · Last modified: 2012/04/04 16:14 by dodger