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 5b8976e

Browse filesBrowse files
committed
Clarify return format of Line2D.get_data.
1 parent 2219872 commit 5b8976e
Copy full SHA for 5b8976e

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
@@ -973,7 +973,7 @@ def get_markersize(self):
973973

974974
def get_data(self, orig=True):
975975
"""
976-
Return the xdata, ydata.
976+
Return the line data as an ``(xdata, ydata)`` pair.
977977
978978
If *orig* is *True*, return the original data.
979979
"""

0 commit comments

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