8000 Add default value for npoints · matplotlib/matplotlib@bc019ea · GitHub
[go: up one dir, main page]

Skip to content

Commit bc019ea

Browse files
committed
Add default value for npoints
1 parent cde6ec9 commit bc019ea

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
@@ -1841,7 +1841,7 @@ def ginput(self, n=1, timeout=30, show_clicks=True, mouse_add=1,
18411841
----------
18421842
n : int, optional
18431843
Number of mouse clicks to accumulate. If negative, accumulate
1844-
clicks until the input is terminated manually.
1844+
clicks until the input is terminated manually. Default is 1.
18451845
timeout : scalar, optional
18461846
Number of seconds to wait before timing out. If zero or negative
18471847
will never timeout. Default is 30.

0 commit comments

Comments
 (0)
0