[Numpy-discussion] Histogram versus histogram2d

Mikolai Fajer mfajer at gmail.com
Thu Aug 3 10:49:43 EDT 2006


Hello,

I have noticed some that the 1d histogram and 2d histogram.  The
histogram function bins everything between the elements of edges, and
then includes everything greater than the last edge element in the
last bin.  The histrogram2d function only bins in the range specified
by edges.  Is there a reason these two functions do not operate in the
same way?

-- 

     -Mikolai Fajer-




More information about the NumPy-Discussion mailing list