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

Method set_figure

lib/matplotlib/backend_tools.py:125–126  ·  view source on GitHub ↗
(self, figure)

Source from the content-addressed store, hash-verified

123 doc="The canvas of the figure affected by this tool, or None.")
124
125 def set_figure(self, figure):
126 self._figure = figure
127
128 figure = property(
129 lambda self: self._figure,

Callers 4

ToolBaseClass · 0.95
set_figureMethod · 0.45
set_figureMethod · 0.45
set_figureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected