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

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: 157 bytes
Line 
1= Graphviz Example Invoking Dot =
2{{{
3#!graphviz.dot
4digraph G {
5    Hello->World
6    Hello->Goodbye
7    World->Graphviz
8    Graphviz->Rules
9}
10}}}
Note: See TracBrowser for help on using the repository browser.