Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eb5fc6b

Browse filesBrowse 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
Copy full SHA for eb5fc6b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/figure.py

Copy file name to clipboardExpand all lines: lib/matplotlib/figure.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.