Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e05975

Browse files
committed
DOC: update whats new note
1 parent 15a62c1 commit 7e05975

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/users/next_whats_new/fig_draw_no_output.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Figure now has draw_no_output method
33

44
Rarely, the user will want to trigger a draw without making output to
55
either the screen or a file. This is useful for determining the final
6-
position of artists on the figure that require a draw like text.
7-
This could be accomplished via ``fig.canvas.draw()`` but that is
8-
not user-facing, so a new method on `.Figure.draw_no_output` is provided.
6+
position of artists on the figure that require a draw, like text artists.
7+
This could be accomplished via ``fig.canvas.draw()`` but has side effects,
8+
sometimes requires an open file, and is documented on an object most users
9+
do not need to access. The `.Figure.draw_no_output` is provided to trigger
10+
a draw without pushing to the final output, and with fewer side effects.

0 commit comments

Comments
 (0)