source: graphvizplugin/branches/1.0/examples/GraphvizExamples%2FJustTestingGraphviz

Last change on this file was 193, checked in by Peter Kropf, 18 years ago

GraphvizPlugin:

merged branches/0.9/v0.4 changes r182:192 into the trunk (0.9).

File size: 263 bytes
Line 
1{{{
2#!graphviz.circo
3digraph G {
4    Hello->World
5    Hello->Goodbye
6    World->Graphviz
7    Graphviz->Rules
8    Hello->Mary
9    Hello->Peter
10    Peter->Loves
11    Loves->Mary
12    Mary->Loves
13    Loves->Peter
14    Loves->Rio
15    Loves->Mocha
16}
17}}}
Note: See TracBrowser for help on using the repository browser.