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

Skip to content

Commit fb15add

Browse files
committed
Fix PEP8 in stackplot
1 parent 30b5800 commit fb15add

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)