Differences between revisions 8 and 9
Revision 8 as of 2009-12-28 11:11:45
Size: 143
Editor: ZoomQuiet
Comment: dot error
Revision 9 as of 2010-02-11 02:11:22
Size: 228
Editor: khsing
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
{{{#!dot
digraph SomeGraph {
  $STD_GRAPH_HEADER
  A->{ B C }
  B->C->D
}
}}}

digraph SomeGraph {
  $STD_GRAPH_HEADER
  A->{ B C }
  B->C->D
}

GraphVizForMoin/DotExample (last edited 2013-02-05 11:33:08 by ZoomQuiet)