Skip to content

Commit c58b124

Browse files
Update lib/matplotlib/stackplot.py
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent f5392c6 commit c58b124

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/stackplot.py

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def stackplot(axes, x, *args,
3030
calls is legal::
3131
3232
stackplot(x, y) # where y has shape (M, N) e.g. y = [y1, y2, y3, y4]
33-
3433
stackplot(x, y1, y2, y3, y4) # where y1, y2, y3, y4 have length N
3534
3635

0 commit comments

Comments
 (0)