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

Skip to content

Commit 407ae4b

Browse files
committed
typo
1 parent 14a74ac commit 407ae4b

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

0 commit comments

Comments
 (0)