[NumPy-Tickets] [NumPy] #1830: example on numpy.histogram2d is broken
NumPy Trac
numpy-tickets@scipy....
Wed Jul 6 15:58:57 CDT 2011
#1830: example on numpy.histogram2d is broken
---------------------------+------------------------------------------------
Reporter: samtygier | Owner: pv
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Documentation | Version: 1.5.1
Keywords: |
---------------------------+------------------------------------------------
Comment(by rgommers):
There's a second documentation (or implementation) issue. From email by
Alex Burton:
{{{
When normed=True the documentation says that each bin will be divided by
its area,
whereas in implementation it is divided by area and the sum of all bins.
}}}
This should be checked for numpy 2.0; also that the implementation is
consistent with the new kw for histogram. See #1628.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1830#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list