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

Skip to content

Commit c1e0211

Browse files
authored
Merge pull request #19079 from anntzer/hl
Remove incorrect statement about `hist(..., log=True)`.
2 parents 17ae40b + 0729ed0 commit c1e0211

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6415,10 +6415,7 @@ def hist(self, x, bins=None, range=None, density=False, weights=None,
64156415
Ignored if *histtype* is 'step' or 'stepfilled'.
64166416
64176417
log : bool, default: False
6418-
If ``True``, the histogram axis will be set to a log scale. If
6419-
*log* is ``True`` and *x* is a 1D array, empty bins will be
6420-
filtered out and only the non-empty ``(n, bins, patches)``
6421-
will be returned.
6418+
If ``True``, the histogram axis will be set to a log scale.
64226419
64236420
color : color or array-like of colors or None, default: None
64246421
Color or sequence of colors, one per dataset. Default (``None``)

0 commit comments

Comments
 (0)