I have found various solutions for creating heatmaps (ggplot, protovis etc), with cells shaded according to their value. (eg: http://learnr.wordpress.com/2010/01/26/ggplot2-quick-heatmap-plotting/)
However, I would like to create a heatmap that displays an extra dimension: time.
I have a series of data spanning from 2000 - to 2012 (on a monthly basis) and I would like to show the evolution of this data.
Ideally this would play like a movie, and be controllable (via a slider bar) to slect a specific month/year.
Here is a link to an example I mocked up in excel, but was hoping to be able to display this better, without excel. At the moment the only solution is to create a movie from a series of jpegs, but this is not ideal.
Thanks