使用 python 进行聚类图可视化
我正在组装 Python 语言中可用的不同可视化工具。我找到了树形图。 (http://pypi.python.org/pypi/treemap/1.05)
可以您建议一些其他可用的工具。我正在探索网络数据可视化的不同方式。
I am assembling different visualization tools that are available in python language. I found the Treemap. (http://pypi.python.org/pypi/treemap/1.05)
Can you suggest some other tools that are available. I am exploring different ways of visualization of web data.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
如果您可以使用 jython,那么有一些不错的 Java 可视化库,包括:
如果您在服务器上使用 Python 并且想要使用 Javascript 或 Flash,还有其他可用的
Javascript 库:
Flash:
If you would be ok with using jython there are some good visualization libraries for java including:
If you are using Python on the server and want to use Javascript or Flash there are other libraries available
Javascript:
Flash:
Nodebox Graph 库专为图形可视化和分析而设计:非常值得考虑。
The Nodebox Graph library is specifically designed for graph visualization and analysis: well worth considering.
你可以尝试 NetworkX:
(http://networkx.lanl.gov/)
使用起来非常简单,并且支持 matplotlib 或 Graphviz用于图形。
文档也很棒。
You could try NetworkX:
(http://networkx.lanl.gov/)
It's really simple to use and supports either matplotlib or Graphviz for graphics.
The documentation is excellent too.
matplotlib 是一个很棒的可视化工具。和用于 3D 可视化的 mayaVi。
pygl 和 pyglet 用于较低的图形,否则!
matplotlib is a great tool for visualization. and mayaVi for 3d visualization.
pygl and pyglet for a bit lower graphics, otherwise!