Differences between revisions 1 and 2
Revision 1 as of 2009-12-28 10:26:26
Size: 154
Editor: ZoomQuiet
Comment:
Revision 2 as of 2010-03-11 12:33:13
Size: 144
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
{{{
Line 6: Line 6:
  A -> { B C }
  B -> C
  A->{ B C }
  B->C->D
Line 9: Line 9:
}} }

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

GraphVizForMoin/DotScript (last edited 2010-07-27 09:23:12 by ZoomQuiet)