[SciPy-Dev] 2D histogram: request for plotting variable bin size
Sturla Molden
sturla@molden...
Thu Jan 31 08:55:11 CST 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