Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3e897d

Browse files
authored
Merge pull request #28299 from meeseeksmachine/auto-backport-of-pr-28297-on-v3.9.x
Backport PR #28297 on branch v3.9.x (Solved #28296 Added missing comma)
2 parents 357d3ba + a4a0a95 commit c3e897d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@ def plot(self, *args, scalex=True, scaley=True, data=None, **kwargs):
15861586
>>> plot(x1, y1, 'bo')
15871587
>>> plot(x2, y2, 'go')
15881588
1589-
- If *x* and/or *y* are 2D arrays a separate data set will be drawn
1589+
- If *x* and/or *y* are 2D arrays, a separate data set will be drawn
15901590
for every column. If both *x* and *y* are 2D, they must have the
15911591
same shape. If only one of them is 2D with shape (N, m) the other
15921592
must have length N and will be used for every data set m.

0 commit comments

Comments
 (0)