GraphVizForMoin
/
DotScript
Search:
Login
首页
CPUG
OpenBookProject
更新
搜索
帮助
GraphVizForMoin/DotScript
Immutable Page
Comments
Info
Attachments
More Actions:
Raw Text
Print View
Render as Docbook
Delete Cache
------------------------
Check Spelling
Like Pages
Local Site Map
------------------------
Rename Page
Delete Page
------------------------
Subscribe User
------------------------
Remove Spam
Revert to this revision
Package Pages
Sync Pages
------------------------
Load
Save
SlideShow
Revision 8 as of 2010-07-27 09:23:12
Clear message
{{{#!dot
digraph SomeGraph {
rankdir=LR;
甲->{ 乙 丙 };
乙->丙->丁;
}
}}}