开发者

Cluster Graph Visualization using python

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 avai开发者_如何学JAVAlable. I am exploring different ways of visualization of web data.


If you would be ok with using jython there are some good visualization libraries for java including:

  1. Prefuse
  2. Piccolo

If you are using Python on the server and want to use Javascript or Flash there are other libraries available

Javascript:

  1. Javascript InfovisToolkit
  2. Processing.js
  3. Protovis

Flash:

  1. Flare


The Nodebox Graph library is specifically designed for graph visualization and analysis: well worth considering.


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 is a great tool for visualization. and mayaVi for 3d visualization. pygl and pyglet for a bit lower graphics, otherwise!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜