views:

59

answers:

3

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

+2  A: 

These could be used:

I noticed that there is a treemap library in pypi also. I haven't tried that one.

DiggyF
A: 

Here are a couple of options:

ars
A: 

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 ?

Primoz
This shouldn't be an answer, but comment on the other answers.
Wayne Werner