MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / draw

Method draw

lib/matplotlib/backend_bases.py:1964–1972  ·  view source on GitHub ↗

Render the `.Figure`. This method must walk the artist tree, even if no output is produced, because it triggers deferred work that users may want to access before saving output to disk. For example computing limits, auto-limits, and tick values.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1962 """
1963
1964 def draw(self, *args, **kwargs):
1965 """
1966 Render the `.Figure`.
1967
1968 This method must walk the artist tree, even if no output is produced,
1969 because it triggers deferred work that users may want to access
1970 before saving output to disk. For example computing limits,
1971 auto-limits, and tick values.
1972 """
1973
1974 def draw_idle(self, *args, **kwargs):
1975 """

Callers 2

draw_idleMethod · 0.95
print_figureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected