Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cd702d + 6d8b9a1 commit 79a38ecCopy full SHA for 79a38ec
doc/users/interactive.rst
@@ -153,9 +153,11 @@ If in interactive mode:
153
If not in interactive mode:
154
155
- 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
+
+ * `.pyplot.show()` is called
+ * `.pyplot.pause()` is called
159
+ * `.FigureCanvasBase.flush_events()` is called
160
161
- `pyplot.show()` runs the GUI event loop and does not return until all the plot windows are closed
162
163
If you are in non-interactive mode (or created figures while in
0 commit comments