Differences between revisions 4 and 15 (spanning 11 versions)
Revision 4 as of 2009-12-28 11:08:38
Size: 121
Editor: ZoomQuiet
Comment:
Revision 15 as of 2010-06-04 12:04:00
Size: 152
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
##
{{{#!dot dot
digraph SomeGraph {
  A->{ B C }
  B->C->D

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

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