[SciPy-Dev] 2D histogram: request for plotting variable bin size

Sturla Molden sturla at molden.no
Thu Jan 31 09:55:11 EST 2013


On 31.01.2013 15:49, Sturla Molden wrote:

>> imshow(historgram2d, xedges=xedges, yedges=yedges)
>
> This is question about matplotlib, not SciPy.
>
> However, matplotlib.pyplot.pcolor will do what you want.

And if the 2D histogram is very large, matplotlib.pyplot.pcolormesh will 
be faster.

The purpose of imshow is to display images.


Sturla






More information about the SciPy-Dev mailing list