We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5392c6 commit c58b124Copy full SHA for c58b124
lib/matplotlib/stackplot.py
@@ -30,7 +30,6 @@ def stackplot(axes, x, *args,
30
calls is legal::
31
32
stackplot(x, y) # where y has shape (M, N) e.g. y = [y1, y2, y3, y4]
33
-
34
stackplot(x, y1, y2, y3, y4) # where y1, y2, y3, y4 have length N
35
36
0 commit comments