File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -195,11 +195,12 @@ def get_window_extent(self, renderer):
195
195
box at 0, 0.
196
196
197
197
Be careful when using this function, the results will not update
198
- if the artist window extent of the artist changes. The extent can
199
- change due to any changes in the transform stack, such as changing
200
- the axes limits, the figure size, or the canvas used (as is done when
201
- saving a figure). This can lead to expected behavior where interactive
202
- figures will look fine on the screen, but will save incorrectly.
198
+ if the artist window extent of the artist changes. The extent
199
+ can change due to any changes in the transform stack, such as
200
+ changing the axes limits, the figure size, or the canvas used
201
+ (as is done when saving a figure). This can lead to unexpected
202
+ behavior where interactive figures will look fine on the screen,
203
+ but will save incorrectly.
203
204
"""
204
205
return Bbox ([[0 , 0 ], [0 , 0 ]])
205
206
You can’t perform that action at this time.
0 commit comments