Re: [Matplotlib-users] 2d histogram

2009-06-15 Thread Matthias Michler
Hi M. , I think the function imshow with kwarg interpolation='nearest' is what you are after. See for instance: http://matplotlib.sourceforge.net/examples/pylab_examples/image_interp.html bet regards Matthias On Saturday 13 June 2009 17:42:54 ms wrote: > Hi, > > I want to plot the evolution of

[Matplotlib-users] 2d histogram

2009-06-13 Thread ms
Hi, I want to plot the evolution of an histogram in time. It is naturally an histogram and not a continuous distribution -the quantities on the X axis are discrete. Is there a function that naturally does that? I now hack it using contourf() and creating an appropriate matrix of "squares", each s