Graphviz Notes
来自Jack's Lab
(版本间的差异)
(以“== Introduction == <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br>”为内容创建页面) |
(→Introduction) |
||
| 第1行: | 第1行: | ||
== Introduction == | == Introduction == | ||
| + | |||
| + | <source lang=bash> | ||
| + | $ dot test.dot -T png -o test.png | ||
| + | </source> | ||
2016年4月21日 (四) 11:48的版本
Introduction
$ dot test.dot -T png -o test.png