Skip to content

Commit 68a2582

Browse files
committed
DOC: clearified whats new entry
1 parent db5658e commit 68a2582

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/users/whats_new/2015-05_interactive_OO.rst

+4-3
Original file line numberDiff line numberDiff 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
1616
that 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

3637
This is the first step of a larger consolidation and simplification of
3738
the pyplot internals.

0 commit comments

Comments
 (0)