File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Figure now has draw_no_output method
3
3
4
4
Rarely, the user will want to trigger a draw without making output to
5
5
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.
You can’t perform that action at this time.
0 commit comments