Differences between revisions 1 and 18 (spanning 17 versions)
Revision 1 as of 2009-12-28 10:27:10
Size: 143
Editor: ZoomQuiet
Comment:
Revision 18 as of 2010-07-27 09:21:47
Size: 151
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
{{{#!GraphViz dot
digraph SomeGraph {
  $STD_GRAPH_HEADER
  A->{ B C }
  B->C->D

{{{#!dot
digraph FooGraph {  
    rankdir=LR;
    甲->{ };
    乙->->丁;

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