8000 Backport PR #14475: change ginoput docstring to match behavior · matplotlib/matplotlib@5705cce · GitHub
[go: up one dir, main page]

Skip to content

Commit 5705cce

Browse files
dstansbyMeeseeksDev[bot]
authored andcommitted
Backport PR #14475: change ginoput docstring to match behavior
1 parent 5832b6b commit 5705cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2278,7 +2278,7 @@ def ginput(self, n=1, timeout=30, show_clicks=True, mouse_add=1,
22782278
timeout : scalar, optional, default: 30
22792279
Number of seconds to wait before timing out. If zero or negative
22802280
will never timeout.
2281-
show_clicks : bool, optional, default: False
2281+
show_clicks : bool, optional, default: True
22822282
If True, show a red cross at the location of each click.
22832283
mouse_add : {1, 2, 3, None}, optional, default: 1 (left click)
22842284
Mouse button used to add points.

0 commit comments

Comments
 (0)
0