From 6d8b9a110faa322cb4d6ffe080c71c2cf73925cd Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Thu, 16 Sep 2021 11:26:17 +0200 Subject: [PATCH] Backport PR #21088: Fix overindented bullet list in docs. --- 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 b4b51ff591ac..8e66b6a5be69 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