diff --git a/lib/matplotlib/stackplot.py b/lib/matplotlib/stackplot.py index dd579bcd5877..43da57c25da5 100644 --- a/lib/matplotlib/stackplot.py +++ b/lib/matplotlib/stackplot.py @@ -64,6 +64,9 @@ def stackplot(axes, x, *args, of provided *y*, in which case the styles will repeat from the beginning. + .. versionadded:: 3.9 + Support for list input + data : indexable object, optional DATA_PARAMETER_PLACEHOLDER