Skip to content

Commit b005f88

Browse files
authored
extra comma
doesn't need a comma after y4
1 parent f7a2ba8 commit b005f88

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
@@ -29,7 +29,7 @@ def stackplot(axes, x, *args,
2929
calls is legal::
3030
3131
stackplot(x, y) # where y has shape (M, N)
32-
stackplot(x, y1, y2, y3) # where y1, y2, y3, y4, have length N
32+
stackplot(x, y1, y2, y3) # where y1, y2, y3, y4 have length N
3333
3434
baseline : {'zero', 'sym', 'wiggle', 'weighted_wiggle'}
3535
Method used to calculate the baseline:

0 commit comments

Comments
 (0)