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

Skip to content

Commit 78198fb

Browse files
authored
Merge pull request #28875 from timhoffm/doc-hist-sequence-kwargs
DOC: Fix documentation of hist() kwarg lists
2 parents 613c9c9 + 2755d6f commit 78198fb

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
@@ -6925,7 +6925,7 @@ def hist(self, x, bins=None, range=None, density=False, weights=None,
69256925
`~matplotlib.patches.Patch` properties. The following properties
69266926
additionally accept a sequence of values corresponding to the
69276927
datasets in *x*:
6928-
*edgecolors*, *facecolors*, *lines*, *linestyles*, *hatches*.
6928+
*edgecolor*, *facecolor*, *linewidth*, *linestyle*, *hatch*.
69296929
69306930
.. versionadded:: 3.10
69316931
Allowing sequences of values in above listed Patch properties.

0 commit comments

Comments
 (0)