8000 Put summary line by itself at the top · matplotlib/matplotlib@8d53729 · GitHub
[go: up one dir, main page]

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 8d53729

Browse files
committed
Put summary line by itself at the top
1 parent 9ae0acb commit 8d53729

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/matplotlib/figure.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1827,9 +1827,10 @@ def subplots_adjust(self, *args, **kwargs):
18271827
def ginput(self, n=1, timeout=30, show_clicks=True, mouse_add=1,
18281828
mouse_pop=3, mouse_stop=2):
18291829
"""
1830-
Blocking call to interact with a figure. Wait until the user clicks *n*
1831-
times on the figure, and return the coordinates of each click in a
1832-
list.
1830+
Blocking call to interact with a figure.
1831+
1832+
Wait until the user clicks *n* times on the figure, and return the
1833+
coordinates of each click in a list.
18331834
18341835
The buttons used for the various actions (adding points, removing
18351836
points, terminating the inputs) can be overriden via the

0 commit comments

Comments
 (0)
0