10000 Better description of ginput return · matplotlib/matplotlib@9ae0acb · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ae0acb

Browse files
committed
Better description of ginput return
1 parent 922ef5f commit 9ae0acb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,9 +1857,7 @@ def ginput(self, n=1, timeout=30, show_clicks=True, mouse_add=1,
18571857
Returns
18581858
-------
18591859
points : list of tuples
1860-
The clicked points. ``len(points)`` will equal the number of points
1861-
requested. Each tuple contains the (x,y) co-ordinates of the
1862-
clicks.
1860+
A list of the clicked (x, y) coordinates
18631861
18641862
Notes
18651863
-----

0 commit comments

Comments
 (0)
0