Skip to content

Commit 5b8976e

Browse files
committed
Clarify return format of Line2D.get_data.
1 parent 2219872 commit 5b8976e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/lines.py

Lines 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)