我建议 Networkx 和 PyGraphViz。我已经将它们用于 python 中的类似(但不那么复杂)的绘图项目,我喜欢它。
I would suggest Networkx and PyGraphViz. I've used them for a similar (but not as complex) graphing project in python and I love it.
boost 图形库具有 Python 绑定。
The boost graph library has Python bindings.
我在 Linux 上使用过 igraph 。它开始在 64k 节点上运行,但该图无论如何都变得难以处理。
不确定 PyGraphViz 的性能如何,但现在您有很多选择。
I've used igraph on Linux. It started to grind on 64k nodes but that graph was becoming unwieldy any way.
Not sure about performance next to PyGraphViz but now you have a plenty of options.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(3)
我建议 Networkx 和 PyGraphViz。我已经将它们用于 python 中的类似(但不那么复杂)的绘图项目,我喜欢它。
I would suggest Networkx and PyGraphViz. I've used them for a similar (but not as complex) graphing project in python and I love it.
boost 图形库具有 Python 绑定。
The boost graph library has Python bindings.
我在 Linux 上使用过 igraph 。它开始在 64k 节点上运行,但该图无论如何都变得难以处理。
不确定 PyGraphViz 的性能如何,但现在您有很多选择。
I've used igraph on Linux. It started to grind on 64k nodes but that graph was becoming unwieldy any way.
Not sure about performance next to PyGraphViz but now you have a plenty of options.