Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.