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

Skip to content

Remove incorrect statement about hist(..., log=True). #19079

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6415,10 +6415,7 @@ def hist(self, x, bins=None, range=None, density=False, weights=None,
Ignored if *histtype* is 'step' or 'stepfilled'.

log : bool, default: False
If ``True``, the histogram axis will be set to a log scale. If
*log* is ``True`` and *x* is a 1D array, empty bins will be
filtered out and only the non-empty ``(n, bins, patches)``
will be returned.
If ``True``, the histogram axis will be set to a log scale.

color : color or array-like of colors or None, default: None
Color or sequence of colors, one per dataset. Default (``None``)
Expand Down