What is the easiest way to draw such graph in python ? Is there any library that suports it and I need only to provide data ?
link: http://upload.wikimedia.org/wikipedia/commons/9/95/Heatmap_incito.png
What is the easiest way to draw such graph in python ? Is there any library that suports it and I need only to provide data ?
link: http://upload.wikimedia.org/wikipedia/commons/9/95/Heatmap_incito.png
These could be used:
I noticed that there is a treemap library in pypi also. I haven't tried that one.
Thank you both.
But I think, it will be hard to use any of these. I have partialy completed program in python 2.7 with tkiner and i don't know how to integrate any of this into existing application window.
Is possible to use any of this just to compute rectangle edges and then draw it with tkiner ?