Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2009-12-28 10:26:26
Size: 154
Editor: ZoomQuiet
Comment:
Revision 3 as of 2010-06-04 09:20:20
Size: 146
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 3: Line 4:
{{{#!GraphViz dot
digraph SomeGraph {
  $STD_GRAPH_HEADER
  A -> { B C }
  B
-> C
{ { {#!dot
digraph SomeGraph {  
  甲->{ 乙 丙 };
  ->->丁;
Line 9: Line 9:
}} } } } }

{ { {#!dot
digraph SomeGraph {  
  甲->{ 乙 丙 };
  乙->丙->丁;
}
} } }

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