Skip to content

Commit 6d71c60

Browse files
authored
Update lib/matplotlib/stackplot.py
1 parent 3dbd98b commit 6d71c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/stackplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ def stackplot(axes, x, *args,
2828
y : (M, N) array-like
2929
The data can be either stacked or unstacked. Each of the following
3030
calls is legal::
31+
3132
stackplot(x, y) # where y has shape (M, N) e.g. y = [y1, y2, y3, y4]
3233
stackplot(x, y1, y2, y3, y4) # where y1, y2, y3, y4 have length N
3334
34-
3535
baseline : {'zero', 'sym', 'wiggle', 'weighted_wiggle'}
3636
Method used to calculate the baseline:
3737

0 commit comments

Comments
 (0)