Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commitb02aa82

Browse files
authored
Merge pull request#28297 from simond07/patch-1
Solved#28296 Added missing comma
2 parents00c82ce +42e08d3 commitb02aa82

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
@@ -1589,7 +1589,7 @@ def plot(self, *args, scalex=True, scaley=True, data=None, **kwargs):
15891589
>>> plot(x1, y1, 'bo')
15901590
>>> plot(x2, y2, 'go')
15911591
1592-
- If *x* and/or *y* are 2D arrays a separate data set will be drawn
1592+
- If *x* and/or *y* are 2D arrays, a separate data set will be drawn
15931593
for every column. If both *x* and *y* are 2D, they must have the
15941594
same shape. If only one of them is 2D with shape (N, m) the other
15951595
must have length N and will be used for every data set m.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp