Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b600026

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

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎lib/matplotlib/backend_bases.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py
+4-4Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.