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

Skip to content

Commit 1f1fec0

Browse files
committed
Push normed all the way back
1 parent 0099dbf commit 1f1fec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6774,7 +6774,7 @@ def hist(self, x, bins=None, range=None, density=None, weights=None,
67746774

67756775
@_preprocess_data(replace_names=["x", "y", "weights"], label_namer=None)
67766776
def hist2d(self, x, y, bins=10, range=None, density=None,
6777-
normed=None, weights=None, cmin=None, cmax=None, **kwargs):
6777+
weights=None, cmin=None, cmax=None, normed=None, **kwargs):
67786778
"""
67796779
Make a 2D histogram plot.
67806780

0 commit comments

Comments
 (0)