I just wanted to ask how could I best create a frequency pixel map using matplotlib. By this term I mean something such as:
http://img513.imageshack.us/img513/8677/g8df.png
Where the colour of the square represents the frequency for the corresponding hour and interval.
I was thinking to plot a series of 50 patches and colour them according to the data and using a colour scale? Or is there a better way to do this?
Thanks