Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 096ce51

Browse files
committed
Remove old numpy histogram note
1 parent e3a34c5 commit 096ce51

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5988,13 +5988,6 @@ def hist(self, x, bins=None, range=None, density=None, weights=None,
59885988
--------
59895989
hist2d : 2D histograms
59905990
5991-
Notes
5992-
-----
5993-
Until numpy release 1.5, the underlying numpy histogram function was
5994-
incorrect with ``normed=True`` if bin sizes were unequal. MPL
5995-
inherited that error. It is now corrected within MPL when using
5996-
earlier numpy versions.
5997-
59985991
"""
59995992
# Avoid shadowing the builtin.
60005993
bin_range = range

0 commit comments

Comments
 (0)