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:
- Prefuse
- Piccolo
If you are using Python on the server and want to use Javascript or Flash there are other libraries available
Javascript:
- Javascript InfovisToolkit
- Processing.js
- Protovis
Flash:
- 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!
精彩评论