Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43032c6

Browse files
committed
Last set of commints
1 parent fcc40f7 commit 43032c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/users/interactive.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ several GUI toolkits (Qt, Tk, Wx, GTK, macOS, JavaScript) and third party
1818
packages provide bindings to `kivy
1919
<https://github.com/kivy-garden/garden.matplotlib>`__ and `Jupyter Lab
2020
<https://github.com/matplotlib/ipympl>`__. For the figures to be responsive to
21-
mouse, keyboard, and critical paint events, the GUI event loop needs to be integrated
21+
mouse, keyboard, and paint events, the GUI event loop needs to be integrated
2222
with an interactive prompt. We recommend using IPython (see :ref:`below <ipython-pylab>`).
2323

2424
The `.pyplot` module provides functions for explicitly creating figures
@@ -94,13 +94,13 @@ Change the color of the line from blue to orange:
9494

9595
In [5]: ln.set_color('orange')
9696

97-
If you wish to disable interactive modification of the plot:
97+
If you wish to disable automatic redrawing of the plot:
9898

9999
::
100100

101101
In [6]: plt.ioff()
102102

103-
If you wish to re-enable interactive modification of the plot:
103+
If you wish to re-enable automatic redrawing of the plot:
104104

105105
::
106106

0 commit comments

Comments
 (0)