Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
ToolBase
Class · 0.95
set_figure
Method · 0.45
set_figure
Method · 0.45
set_figure
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected