8000 Merge pull request #29880 from meeseeksmachine/auto-backport-of-pr-29… · matplotlib/matplotlib@6cab025 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6cab025

Browse files
authored
Merge pull request #29880 from meeseeksmachine/auto-backport-of-pr-29853-on-v3.10.x
Backport PR #29853 on branch v3.10.x (Update lib/matplotlib/stackplot.py)
2 parents 4bf746b + d8654f5 commit 6cab025

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/stackplot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
2626
x : (N,) array-like
2727
2828
y : (M, N) array-like
29-
The data is assumed to be unstacked. Each of the following
29+
The data can be either stacked or unstacked. Each of the following
3030
calls is legal::
3131
32-
stackplot(x, y) # where y has shape (M, N)
33-
stackplot(x, y1, y2, y3) # where y1, y2, y3, y4 have length N
32+
stackplot(x, y) # where y has shape (M, N) e.g. y = [y1, y2, y3, y4]
33+
stackplot(x, y1, y2, y3, y4) # where y1, y2, y3, y4 have length N
3434
3535
baseline : {'zero', 'sym', 'wiggle', 'weighted_wiggle'}
3636
Method used to calculate the baseline:

0 commit comments

Comments
 (0)
0