graph22.dot(UTF-8で保存)
graph graph21
{
node [fontname="MS Gothic"];
項目1 [shape="none", label=<
<table cellpadding="16" cellspacing="4">
<tr><td>列1 </td><td>列2 </td></tr>
<tr><td>100</td><td>200</td></tr>
</table>>];
}
実行コマンド
dot -Gviewport=200,200 -Gresolution=72 -Tpng graph22.dot -o test22.png
出力画像
動作環境
Graphviz 2.26.3
関連情報
Graphvizまとめ
graphvizのサイト
http://graphviz.org/
No comments:
Post a Comment