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 d653ab0

Browse filesBrowse files
committed
change ginoput show_clicks default to False
Keep consistance with docstring
1 parent cf7e1c2 commit d653ab0
Copy full SHA for d653ab0

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
@@ -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=True, mouse_add=1,
2260+
def ginput(self, n=1, timeout=30, show_clicks=False, mouse_add=1,
22612261
mouse_pop=3, mouse_stop=2):
22622262
"""
22632263
Blocking call to interact with a figure.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.