8000 Merge pull request #21092 from meeseeksmachine/auto-backport-of-pr-21… · matplotlib/matplotlib@79a38ec · GitHub
[go: up one dir, main page]

Skip to content

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 79a38ec

Browse files
authored
Merge pull request #21092 from meeseeksmachine/auto-backport-of-pr-21088-on-v3.4.x
Backport PR #21088 on branch v3.4.x (Fix overindented bullet list in docs.)
2 parents 5cd702d + 6d8b9a1 commit 79a38ec

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/users/interactive.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,11 @@ If in interactive mode:
153153
If not in interactive mode:
154154

155155
- newly created figures and changes to figures are not displayed until
156-
* `.pyplot.show()` is called
157-
* `.pyplot.pause()` is called
158-
* `.FigureCanvasBase.flush_events()` is called
156+
157+
* `.pyplot.show()` is called
158+
* `.pyplot.pause()` is called
159+
* `.FigureCanvasBase.flush_events()` is called
160+
159161
- `pyplot.show()` runs the GUI event loop and does not return until all the plot windows are closed
160162

161163
If you are in non-interactive mode (or created figures while in

0 commit comments

Comments
 (0)
0