Visualizing cluster graphs using python

I compile various visualization tools available in python. I found a treemap. ( http://pypi.python.org/pypi/treemap/1.05 )

Can you suggest some other available tools. I am exploring various ways to visualize web data.

+3
source share
4 answers

If you find it convenient to use jython, there are good visualization libraries for java, including:

If you use Python on a server and want to use Javascript or Flash, there are other libraries available.

JavaScript:

flash:

+4
+4

NetworkX: (http://networkx.lanl.gov/)

matplotlib, Graphviz . .

+2

matplotlib - . mayaVi 3D . pygl pyglet , !

0

Source: https://habr.com/ru/post/1745531/


All Articles