Graphviz 是一套專門用來繪製graph 的軟體,這裡講的graph 不是指一般 ... digraph demo1 { A -> B -> C [color = red ,penwidth = 2]; A -> {D E}; }.
確定! 回上一頁