Differences between revisions 14 and 16 (spanning 2 versions)
Revision 14 as of 2010-06-04 09:19:27
Size: 131
Editor: ZoomQuiet
Comment:
Revision 16 as of 2010-06-08 04:37:26
Size: 229
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
  甲->{ 乙 丙 };
  乙->丙->丁;
    rankdir=LR;
  
甲->{ 乙 丙 };
    乙->丙->丁;
Line 9: Line 10:

{{{#!dot
digraph AnotherGraph {
    A->{ B C };
    B->C->D;
}
}}}

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