8000 DOC : added crucial 'un' to docstring · matplotlib/matplotlib@b0c4bb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b0c4bb0

Browse files
committed
DOC : added crucial 'un' to docstring
1 parent 244dd18 commit b0c4bb0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

lib/matplotlib/artist.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
0