Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit68a2582

Browse files
committed
DOC: clearified whats new entry
1 parentdb5658e commit68a2582

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

Lines changed: 4 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp