8000 Merge pull request #14481 from meeseeksmachine/auto-backport-of-pr-14… · matplotlib/matplotlib@eb5fc6b · GitHub
[go: up one dir, main page]

Skip to content

Commit eb5fc6b

Browse files
authored
Merge pull request #14481 from meeseeksmachine/auto-backport-of-pr-14475-on-v3.1.x
Backport PR #14475 on branch v3.1.x (change ginoput docstring to match behavior)
2 parents 3908663 + 5705cce commit eb5fc6b

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