Differences between revisions 4 and 5
Revision 4 as of 2010-06-04 12:04:58
Size: 159
Editor: ZoomQuiet
Comment:
Revision 5 as of 2010-06-04 12:05:07
Size: 161
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
{{{#!dot {{ {#!dot
Line 10: Line 10:
}} }
Line 11: Line 12:
}}}

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

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