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

Skip to content

Commit 3d030a4

Browse files
committed
typo
1 parent 9c538e1 commit 3d030a4

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
@@ -6880,7 +6880,7 @@ def hist2d(self, x, y, bins=10, range=None, density=None, weights=None,
68806880
keyword argument. Likewise, power-law normalization (similar
68816881
in effect to gamma correction) can be accomplished with
68826882
`.colors.PowerNorm`.
6883-
- Numpy 1.15 introduced a 'density' kwarg to hist2d. Even though
6883+
- Numpy 1.15 introduced a 'density' kwarg to ``hist2d``. Even though
68846884
Numpy 1.15 isn't required, 'density' kwarg is introduced
68856885
and passed as 'normed' to ``hist2d``.
68866886
"""

0 commit comments

Comments
 (0)