Differences between revisions 14 and 21 (spanning 7 versions)
Revision 14 as of 2010-06-04 09:19:27
Size: 131
Editor: ZoomQuiet
Comment:
Revision 21 as of 2013-01-05 03:58:09
Size: 162
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
digraph SomeGraph {
  甲->{ 乙 丙 };
  乙->丙->丁;
digraph FooGraph {
    rankdir=LR;
  
甲->{ 乙 丙 };
    乙->丙->丁->是也乎;

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