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

Skip to content

Commit 1317f5c

Browse files
authored
Merge pull request #28572 from meeseeksmachine/auto-backport-of-pr-28571-on-v3.9.x
Backport PR #28571 on branch v3.9.x (DOC: Add version directive to hatch parameter in stackplot)
2 parents d0444ef + 73df132 commit 1317f5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/stackplot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ def stackplot(axes, x, *args,
6464
of provided *y*, in which case the styles will repeat from the
6565
beginning.
6666
67+
.. versionadded:: 3.9
68+
Support for list input
69+
6770
data : indexable object, optional
6871
DATA_PARAMETER_PLACEHOLDER
6972

0 commit comments

Comments
 (0)