Skip to content

Commit

Permalink
DOC: clearified whats new entry
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed May 25, 2015
1 parent 9724f3d commit 0abbcf6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/users/whats_new/2015-05_interactive_OO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ displayhook in the standard python REPL to automatically call
``plt.draw_all`` just before control is returned to the REPL. This ensures
that the draw command is deferred and only called once.

The upshot of this is that for interactive backends (including notebook)
The upshot of this is that for interactive backends (including
``%matplotlib notebook``) in interactive mode (with ``plt.ion()``)

.. ipython :: python
Expand All @@ -30,8 +31,8 @@ The upshot of this is that for interactive backends (including notebook)
ln.set_color('g')
will automatically update the plot to be green. Subsequent
modifications to the `Artist` objects will do likewise.
will automatically update the plot to be green. Any subsequent
modifications to the ``Artist`` objects will do likewise.

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

0 comments on commit 0abbcf6

Please sign in to comment.