Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ figure
Method
figure
lib/matplotlib/backend_managers.py:70–72 ·
view source on GitHub ↗
Figure that holds the canvas.
(self)
Source
from the content-addressed store, hash-verified
68
69
@property
70
def
figure(self):
71
""
"Figure that holds the canvas."
""
72
return
self._figure
73
74
@figure.setter
75
def
figure(self, figure):
Callers
15
make_icon
Function · 0.80
make_matplotlib_icon
Function · 0.80
__call__
Method · 0.80
test_grid_off
Function · 0.80
test_invisible_ticks_axis
Function · 0.80
test_axes3d_repr
Function · 0.80
test_bar3d
Function · 0.80
test_bar3d_colors
Function · 0.80
test_bar3d_shaded
Function · 0.80
test_bar3d_notshaded
Function · 0.80
test_bar3d_lightsource
Function · 0.80
test_contour3d
Function · 0.80
Calls
1
set_figure
Method · 0.95
Tested by
15
test_grid_off
Function · 0.64
test_invisible_ticks_axis
Function · 0.64
test_axes3d_repr
Function · 0.64
test_bar3d
Function · 0.64
test_bar3d_colors
Function · 0.64
test_bar3d_shaded
Function · 0.64
test_bar3d_notshaded
Function · 0.64
test_bar3d_lightsource
Function · 0.64
test_contour3d
Function · 0.64
test_contour3d_extend3d
Function · 0.64
test_contourf3d
Function · 0.64
test_contourf3d_fill
Function · 0.64