Skip to content

Commit

Permalink
Backport PR matplotlib#28297: Solved matplotlib#28296 Added missing c…
Browse files Browse the repository at this point in the history
…omma
  • Loading branch information
timhoffm authored and meeseeksmachine committed May 25, 2024
1 parent 357d3ba commit a4a0a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ def plot(self, *args, scalex=True, scaley=True, data=None, **kwargs):
>>> plot(x1, y1, 'bo')
>>> plot(x2, y2, 'go')
- If *x* and/or *y* are 2D arrays a separate data set will be drawn
- If *x* and/or *y* are 2D arrays, a separate data set will be drawn
for every column. If both *x* and *y* are 2D, they must have the
same shape. If only one of them is 2D with shape (N, m) the other
must have length N and will be used for every data set m.
Expand Down

0 comments on commit a4a0a95

Please sign in to comment.