Search
Search Results
Search finished, found 7 page(s) matching the search query.
- numpy.histogram2d
- numpy.histogram2d (Python function, in numpy.histogram2d)
- NumPy 1.15.0 Release Notes
...d from the data. Previously, this could not be specified on a per-axis basis. The normed arguments of histogramdd and histogram2d have been renamed These arguments are now called density, which is consistent with histogram. The old argume...
- NumPy 1.16.5 Release Notes
...asting to/from structured is properly checked. #14045: MAINT: fix histogram*d dispatchers #14046: BUG: further fixup to histogram2d dispatcher. #14052: BUG: Replace contextlib.suppress for Python 2.7 #14056: BUG: fix compilation of 3rd part...
- NumPy 1.24 Release Notes
...ally be removed. (gh-22607) Expired deprecations The normed keyword argument has been removed from np.histogram, np.histogram2d, and np.histogramdd. Use density instead. If normed was passed by position, density is now used. (gh-21645)...
- numpy.histogram2d
- numpy.histogramdd