I'm looking for a way to plot 2d tabular data in a table-format(using Python), with the table-cells colored like a heatmap. Something like this:
I found quite a few examples for regular heatmaps using matplotlib - but not really something that produces output like in this link. Any hints appreciated.