Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 018fde6

Browse files
authored
]Doc] FigureCanvasBase draw
Started as a type fix not->no, ended up rewriting/breaking up the paragraph.
1 parent 298e92f commit 018fde6

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

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

0 commit comments

Comments
 (0)