File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -522,7 +522,9 @@ and turned off via :func:`matplotlib.pyplot.ioff`.
522522
523523.. note ::
524524 Interactive mode works with suitable backends in ipython and in
525- the ordinary python shell, but it does *not * work in the IDLE IDE.
525+ the ordinary python shell, but it does *not * work in the IDLE IDE.
526+ If the default backend does not support interactivity, an interactive
527+ backend can be explicitly activated using any of the methods discussed in `What is a backend? `_.
526528
527529
528530Interactive example
@@ -545,9 +547,8 @@ can type additional commands such as::
545547
546548and you will see the plot being updated after each line. This is
547549because you are in interactive mode *and * you are using pyplot
548- functions. Now try an alternative method of modifying the
549- plot. Get a
550- reference to the :class: `~matplotlib.axes.Axes ` instance, and
550+ functions. Now try an alternative method of modifying the
551+ plot. Get a reference to the :class: `~matplotlib.axes.Axes ` instance, and
551552call a method of that instance::
552553
553554 ax = plt.gca()
You can’t perform that action at this time.
0 commit comments