ubuntu安装graphviz

来源:岁月联盟 编辑:exp 时间:2012-03-13
1 安装graphviz     sudo apt-get install graphviz
2 编辑dot文件,例如test.dot, 产生图片:dot -Tsvg test.dot -o test.svg
 
Graphviz - Graph Visualization Software
执行文件路径:
/usr/bin/dot


作者 xueliangfei