File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -522,7 +522,9 @@ and turned off via :func:`matplotlib.pyplot.ioff`.
522
522
523
523
.. note ::
524
524
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? `_.
526
528
527
529
528
530
Interactive example
@@ -545,9 +547,8 @@ can type additional commands such as::
545
547
546
548
and you will see the plot being updated after each line. This is
547
549
because 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
551
552
call a method of that instance::
552
553
553
554
ax = plt.gca()
You can’t perform that action at this time.
0 commit comments