Differences between revisions 6 and 7
Revision 6 as of 2010-07-27 09:22:28
Size: 163
Editor: ZoomQuiet
Comment:
Revision 7 as of 2010-07-27 09:22:59
Size: 163
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
{{{
digraph SomeGraph {
    rankdir=LR;
    甲->{ 乙 丙 };
    乙->丙->丁;
}
}}}
`digraph SomeGraph {`
` rankdir=LR;`
` 甲->{ 乙 丙 };`
` 乙->丙->丁;`
`}`

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

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