Creating a Heatmap color table in Python

I am looking for a way to build 2d tabular data in a tabular format (using Python), while the table cells are colored like a heat map. Something like that:

http://www.r-bloggers.com/wp-content/uploads/2011/01/heat_copy.png.scaled.1000.jpg

I found quite a few examples for regular heatmaps using matplotlib - but this is actually not what produces the output, as in this link. Any hints were appreciated.

+5
source share

All Articles