File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 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
1515``plt.draw_all `` just before control is returned to the REPL. This ensures
1616that the draw command is deferred and only called once.
1717
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() ``)
1920
2021.. ipython :: python
2122
@@ -30,8 +31,8 @@ The upshot of this is that for interactive backends (including notebook)
3031 ln.set_color('g')
3132
3233
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.
3536
3637This is the first step of a larger consolidation and simplification of
3738the pyplot internals.
You can’t perform that action at this time.
0 commit comments