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 743dd68

Browse filesBrowse files
authored
Update backend_bases.py
1 parent 018fde6 commit 743dd68
Copy full SHA for 743dd68

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-
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 before
2046-
saving output to disk. For example computing limits, auto-limits,
2047-
and tick values.
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.