File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,11 +195,12 @@ def get_window_extent(self, renderer):
195195 box at 0, 0.
196196
197197 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.
203204 """
204205 return Bbox ([[0 , 0 ], [0 , 0 ]])
205206
You can’t perform that action at this time.
0 commit comments