8000 change ginoput show_clicks default to False · matplotlib/matplotlib@d653ab0 · GitHub
[go: up one dir, main page]

Skip to content

Commit d653ab0

Browse files
committed
change ginoput show_clicks default to False
Keep consistance with docstring
1 parent cf7e1c2 commit d653ab0

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
@@ -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