We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0444ef commit 73df132Copy full SHA for 73df132
1 file changed
lib/matplotlib/stackplot.py
@@ -64,6 +64,9 @@ def stackplot(axes, x, *args,
64
of provided *y*, in which case the styles will repeat from the
65
beginning.
66
67
+ .. versionadded:: 3.9
68
+ Support for list input
69
+
70
data : indexable object, optional
71
DATA_PARAMETER_PLACEHOLDER
72
0 commit comments