8000 Backport PR #14475 on branch v3.1.x (change ginoput docstring to match behavior) by meeseeksmachine · Pull Request #14481 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Backport PR #14475 on branch v3.1.x (change ginoput docstring to match behavior) #14481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/matplotlib/figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -2278,7 +2278,7 @@ def ginput(self, n=1, timeout=30, show_clicks=True, mouse_add=1,
timeout : scalar, optional, default: 30
Number of seconds to wait before timing out. If zero or negative
will never timeout.
show_clicks : bool, optional, default: False
show_clicks : bool, optional, default: True
If True, show a red cross at the location of each click.
mouse_add : {1, 2, 3, None}, optional, default: 1 (left click)
Mouse button used to add points.
Expand Down
0