Differences between revisions 2 and 10 (spanning 8 versions)
Revision 2 as of 2009-12-28 11:07:45
Size: 134
Editor: ZoomQuiet
Comment:
Revision 10 as of 2010-02-11 02:11:36
Size: 233
Editor: khsing
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
{{{#!dot {{{#!GraphViz dot
Line 9: Line 9:
{{{#!dot
digraph SomeGraph {
  $STD_GRAPH_HEADER
  中国->{ 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)