MCPcopy 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_iconFunction · 0.80
make_matplotlib_iconFunction · 0.80
__call__Method · 0.80
test_grid_offFunction · 0.80
test_axes3d_reprFunction · 0.80
test_bar3dFunction · 0.80
test_bar3d_colorsFunction · 0.80
test_bar3d_shadedFunction · 0.80
test_bar3d_notshadedFunction · 0.80
test_bar3d_lightsourceFunction · 0.80
test_contour3dFunction · 0.80

Calls 1

set_figureMethod · 0.95

Tested by 15

test_grid_offFunction · 0.64
test_axes3d_reprFunction · 0.64
test_bar3dFunction · 0.64
test_bar3d_colorsFunction · 0.64
test_bar3d_shadedFunction · 0.64
test_bar3d_notshadedFunction · 0.64
test_bar3d_lightsourceFunction · 0.64
test_contour3dFunction · 0.64
test_contour3d_extend3dFunction · 0.64
test_contourf3dFunction · 0.64
test_contourf3d_fillFunction · 0.64