8000 Merge pull request #20908 from story645/story645-draw · matplotlib/matplotlib@b600026 · GitHub
[go: up one dir, main page]

Skip to content

Commit b600026

Browse files
authored
Merge pull request #20908 from story645/story645-draw
2 parents 298e92f + 743dd68 commit b600026

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2041,10 +2041,10 @@ def draw(self, *args, **kwargs):
20412041
"""
20422042
Render the `.Figure`.
20432043
2044-
It is important that this method actually walk the artist tree
2045-
even if not output is produced because this will trigger
2046-
deferred work (like computing limits auto-limits and tick
2047-
values) that users may want access to before saving to disk.
2044+
This method must walk the artist tree, even if no output is produced,
2045+
because it triggers deferred work that users may want to access
2046+
before saving output to disk. For example computing limits,
2047+
auto-limits, and tick values.
20482048
"""
20492049

20502050
def draw_idle(self, *args, **kwargs):

0 commit comments

Comments
 (0)
0