哪些工具
推荐Graphviz
from https://networkx.org/documentation/stable/reference/drawing.html
we highly recommend that people visualize their graphs with tools dedicated to that task. Notable examples of dedicated and fully-featured graph visualization tools are Cytoscape, Gephi, Graphviz and, for LaTeX typesetting, PGF/TikZ.
其他:
https://csacademy.com/app/graph_editor/
在线,输入点边数据出图,不过这个导出的png像素不高
draw.io
latex的tikz
Gephi使用
- 安装
- 导入csv文件:文件-导入
- 基本操作:
https://blog.csdn.net/hei653779919/article/details/106851481
Graphviz使用
安装后是一些命令
有在线版本https://dreampuf.github.io/GraphvizOnline/
DOT语言举例:
https://renenyffenegger.ch/notes/tools/Graphviz/examples/index
DOT语言文档:
https://graphviz.org/doc/info/lang.html