From 01534f0e6ccc4b6a618e82a62aab78c6125616b0 Mon Sep 17 00:00:00 2001 From: Filippo Balzaretti Date: Sat, 13 Jul 2024 16:30:44 -0700 Subject: [PATCH] Add version directive to hatch parameter in stackplot --- lib/matplotlib/stackplot.py | 3 +++ 1 file changed, 3 insertions(+) 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