搜尋此網誌

2012年7月27日

Graphviz study note - Powerful graph visualization software to create kind of diagrams

Powerful graph visualization software


1.          Define digraph gr { graph []; }
2.          Define Graph / Node / Edge attributions [fontname, fontsize, style, color, shape, fillcolor, width, height, …]
3.          Define Node / Edge [font, style, color, shape, fillcolor, label, (html table tag), width, …]
4.          Define Subgraphs and Clusters {label, bgcolor, …}
5.          Define Node / Edge relation [dir, color, style, :n|ne|se|…, …]
6.          Relation condition {rank, ordering, …}
7.          Output format

If want to create Sequential Diagram, Mscgen tool may be another good choice.

Reference:

沒有留言:

張貼留言