graph19.dot(UTF-8で保存)
digraph graph19
{
node [fontname="MS Gothic"];
項目1 -> 項目2 -> 項目3;
項目2 -> 項目4 [headport="w"];
項目2 -> 項目5 [headport="e"];
項目2 -> 項目6 [headport="s"];
}
実行コマンド
dot -Gviewport=400,300 -Gresolution=72 -Tpng graph19.dot -o test19.png
出力画像
動作環境
Graphviz 2.26.3
関連情報
Graphvizまとめ
graphvizのサイト
http://graphviz.org/
No comments:
Post a Comment