graphviz如何将dot文件转为png,pdf的方法

先转到文件的根目录

转为png图片

dot -Tpng dtc.dot -o dtc.png

转为pdf文件

dot -Tpdf dtc.dot -o dtc.pdf

 

你可能感兴趣的:(python)