Differences between revisions 10 and 11
Revision 10 as of 2010-02-11 02:11:36
Size: 233
Editor: khsing
Comment:
Revision 11 as of 2010-02-11 02:12:03
Size: 235
Editor: khsing
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
  中国->{ B C }
  B->C->D
  A->{ B C }
  "中国"->C->D

digraph SomeGraph {
  $STD_GRAPH_HEADER
  A->{ B C }
  B->C->D
}

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