NetworkX only provides basic functionality for visualizing graphs. It looks ugly to draw trees with its built-in graph layout. This article presents how to draw beautiful trees with pygraphviz
and convert the format between NetworkX and Graphviz (dot).
DOT
Graphviz与ZGRViewer安装及使用
本文记录Graphviz(生成由DOT语言描述的图)与ZGRViewer(查看工具)的安装及简要使用指南。去年,整理节点中心度指标时,就在找一款画图graph的工具,来得太迟了:-( Read more