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 d819247

Browse filesBrowse files
committed
change docstring seems more reasonable
1 parent d653ab0 commit d819247
Copy full SHA for d819247

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎lib/matplotlib/figure.py

Copy file name to clipboardExpand all lines: lib/matplotlib/figure.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,7 +2257,7 @@ def subplots_adjust(self, left=None, bottom=None, right=None, top=None,
22572257
ax.set_position(ax.figbox)
22582258
self.stale = True
22592259

2260-
def ginput(self, n=1, timeout=30, show_clicks=False, mouse_add=1,
2260+
def ginput(self, n=1, timeout=30, show_clicks=True, mouse_add=1,
22612261
mouse_pop=3, mouse_stop=2):
22622262
"""
22632263
Blocking call to interact with a figure.
@@ -2288,7 +2288,7 @@ def ginput(self, n=1, timeout=30, show_clicks=False, 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.