Skip to content

Commit d603165

Browse files
authored
Merge pull request #9601 from dstansby/stackplot-pep8
Fix PEP8 in stackplot
2 parents 30b5800 + fb15add commit d603165

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/stackplot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ def stackplot(axes, x, *args, **kwargs):
2626
----------
2727
x : 1d array of dimension N
2828
29-
y : 2d array of dimension MxN, OR sequence of 1d arrays each of dimension 1xN
29+
y : 2d array (dimension MxN), OR sequence of 1d arrays (each dimension 1xN)
30+
3031
The data is assumed to be unstacked. Each of the following
3132
calls is legal::
3233

0 commit comments

Comments
 (0)