Note
Go to the end to download the full example code.
二维网格#
演示如何结合使用 write_dot
与 Graphviz 命令行接口来创建可视化图形。
import matplotlib.pyplot as plt
import networkx as nx
从networkx图写入一个dot文件,以便进一步使用graphviz进行处理。
Now run: neato -Tps grid.dot >grid.ps
Total running time of the script: (0 minutes 0.039 seconds)