分页: 1 / 1

zim新版本支持graphviz了。

发表于 : 2010-02-24 10:27
eexpress
28.jpg

Re: zim新版本支持graphviz了。

发表于 : 2010-02-24 11:15
photor
:em11

Re: zim新版本支持graphviz了。

发表于 : 2010-02-24 11:23
luojie-dune
一看标题就是ee发的~~~同贺 :em03

Re: zim新版本支持graphviz了。

发表于 : 2010-02-25 14:23
do-fine
学习了~~~ :em05

Re: zim新版本支持graphviz了。

发表于 : 2010-02-25 14:25
xiooli
zim 是个虾米?

Re: zim新版本支持graphviz了。

发表于 : 2010-02-25 14:35
tamsun
可喜可贺,zim功能越来越强了
:em11

Re: zim新版本支持graphviz了。

发表于 : 2010-02-26 10:04
eexpress

代码: 全选

digraph G {
node [peripheries=2 style=filled color="#eecc80"]
edge [color="sienna" fontcolor="green"]
main -> parse -> execute;
main -> init [arrowhead = box];
main -> cleanupi -> main;
make_string[label = once shape=parallelogram style=filled ]
execute -> make_string[label=go style=dashed arrowtail=diamond];
execute -> printf [shape=box];
init -> make_string;
main -> printf[dir=none];
execute -> compare[dir=both];
}

Re: zim新版本支持graphviz了。

发表于 : 2010-02-26 10:19
leeaman
1#的图很赞的说 :em05