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

Appearance settings

Commit 08b7f88

Browse filesBrowse files
authored
Merge pull request #14203 from meeseeksmachine/auto-backport-of-pr-14202-on-v3.1.x
Backport PR #14202 on branch v3.1.x (Fix docstring of Line2D.set_data.)
2 parents 267aa4e + f9ef825 commit 08b7f88
Copy full SHA for 08b7f88

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/lines.py

Copy file name to clipboardExpand all lines: lib/matplotlib/lines.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ def set_data(self, *args):
651651
652652
Parameters
653653
----------
654-
*args : (N, 2) array or two 1D arrays
654+
*args : (2, N) array or two 1D arrays
655655
"""
656656
if len(args) == 1:
657657
(x, y), = args

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.