From 5b312405a81019e07ab79c13ebfcedb6f34c6ba4 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Thu, 16 Sep 2021 10:09:49 +0200 Subject: [PATCH] Fix overindented bullet list in docs. (This results in a very large double-indent in the rendered docs too.) --- doc/users/interactive.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/users/interactive.rst b/doc/users/interactive.rst index bec400761c36..dd86ea0a1b30 100644 --- a/doc/users/interactive.rst +++ b/doc/users/interactive.rst @@ -153,9 +153,11 @@ If in interactive mode: If not in interactive mode: - newly created figures and changes to figures are not displayed until - * `.pyplot.show()` is called - * `.pyplot.pause()` is called - * `.FigureCanvasBase.flush_events()` is called + + * `.pyplot.show()` is called + * `.pyplot.pause()` is called + * `.FigureCanvasBase.flush_events()` is called + - `pyplot.show()` runs the GUI event loop and does not return until all the plot windows are closed If you are in non-interactive mode (or created figures while in