8000 Remove trailing whitespaces · matplotlib/matplotlib@5aa620c · GitHub
[go: up one dir, main page]

Skip to content

Commit 5aa620c

Browse files
Remove trailing whitespaces
1 parent c58b124 commit 5aa620c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/matplotlib/stackplot.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@ 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-
32-
stackplot(x, y) # where y has shape (M, N) e.g. y = [y1, y2, y3, y4]
31+
stackplot(x, y) # where y has shape (M, N) e.g. y = [y1, y2, y3, y4]
3332
stackplot(x, y1, y2, y3, y4) # where y1, y2, y3, y4 have length N
34-
35-
3633
3734
3835
baseline : {'zero', 'sym', 'wiggle', 'weighted_wiggle'}

0 commit comments

Comments
 (0)
0