graphviz

https://graphviz.gitlab.io/_pages/Download/Download_windows.html

apt-get install graphviz

python shell.py get_graph_dot create_sg  --show_args |dot -Tpng -o create_sg.png

python shell.py run sample_sub_task --config_file D:pngconfig.txt

原文地址:https://www.cnblogs.com/mhc-fly/p/9894788.html