Skip to content

Commit

Permalink
DOC: Fix documentation of hist() kwarg lists
Browse files Browse the repository at this point in the history
Minimal fix for matplotlib#28873. One can still further improve,
but this fixes the release-critical part of matplotlib#28873.
  • Loading branch information
timhoffm committed Sep 24, 2024
1 parent 613c9c9 commit 2755d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6925,7 +6925,7 @@ def hist(self, x, bins=None, range=None, density=False, weights=None,
`~matplotlib.patches.Patch` properties. The following properties
additionally accept a sequence of values corresponding to the
datasets in *x*:
*edgecolors*, *facecolors*, *lines*, *linestyles*, *hatches*.
*edgecolor*, *facecolor*, *linewidth*, *linestyle*, *hatch*.
.. versionadded:: 3.10
Allowing sequences of values in above listed Patch properties.
Expand Down

0 comments on commit 2755d6f

Please sign in to comment.