File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ displayhook in the standard python REPL to automatically call
15
15
``plt.draw_all `` just before control is returned to the REPL. This ensures
16
16
that the draw command is deferred and only called once.
17
17
18
- The upshot of this is that for interactive backends (including notebook)
18
+ The upshot of this is that for interactive backends (including
19
+ ``%matplotlib notebook ``) in interactive mode (with ``plt.ion() ``)
19
20
20
21
.. ipython :: python
21
22
@@ -30,8 +31,8 @@ The upshot of this is that for interactive backends (including notebook)
30
31
ln.set_color('g')
31
32
32
33
33
- will automatically update the plot to be green. Subsequent
34
- modifications to the `Artist ` objects will do likewise.
34
+ will automatically update the plot to be green. Any subsequent
35
+ modifications to the `` Artist ` ` objects will do likewise.
35
36
36
37
This is the first step of a larger consolidation and simplification of
37
38
the pyplot internals.
You can’t perform that action at this time.
0 commit comments