Differences between revisions 13 and 17 (spanning 4 versions)
Revision 13 as of 2010-03-11 12:32:48
Size: 136
Editor: ZoomQuiet
Comment:
Revision 17 as of 2010-06-10 11:55:23
Size: 234
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
digraph SomeGraph {
  $STD_GRAPH_HEADER
  A->{ B C }
  B->C->D
digraph SomeGraph {  
    rankdir=LR;
    甲->{ };
    乙->->丁->戍;
Line 10: Line 10:

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

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