8000 Merge pull request #14475 from xcz011/bug_fix_ginput_default · matplotlib/matplotlib@0bc9ca2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bc9ca2

Browse files
authored
Merge pull request #14475 from xcz011/bug_fix_ginput_default
change ginoput docstring to match behavior
2 parents 1c06de3 + d819247 commit 0bc9ca2

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
@@ -2288,7 +2288,7 @@ def ginput(self, n=1, timeout=30, show_clicks=True, mouse_add=1,
22882288
timeout : scalar, optional, default: 30
22892289
Number of seconds to wait before timing out. If zero or negative
22902290
will never timeout.
2291-
show_clicks : bool, optional, default: False
2291+
show_clicks : bool, optional, default: True
22922292
If True, show a red cross at the location of each click.
22932293
mouse_add : {1, 2, 3, None}, optional, default: 1 (left click)
22942294
Mouse button used to add points.

0 commit comments

Comments
 (0)
0