Skip to content
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