Differences between revisions 11 and 21 (spanning 10 versions)
Revision 11 as of 2010-02-11 02:12:03
Size: 235
Editor: khsing
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 2: Line 2:
{{{#!GraphViz dot
digraph SomeGraph {
  $STD_GRAPH_HEADER
  A->{ B C }
  B->C->D

{{{#!dot
digraph FooGraph {  
    rankdir=LR;
    甲->{ };
    乙->->丁->是也乎;
Line 9: Line 10:
{{{#!dot
digraph SomeGraph {
  $STD_GRAPH_HEADER
  A->{ B C }
  "中国"->C->D
}
}}}

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