Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ set_figure
Method
set_figure
lib/matplotlib/table.py:113–115 ·
view source on GitHub ↗
(self, fig)
Source
from the content-addressed store, hash-verified
111
self.stale = True
112
113
def
set_figure(self, fig):
114
super().set_figure(fig)
115
self._text.set_figure(fig)
116
117
def
get_text(self):
118
""
"Return the cell `.Text` instance."
""
Callers
15
clear
Method · 0.45
_init_label
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
_set_artist_props
Method · 0.45
__init__
Method · 0.45
_set_artist_props
Method · 0.45
__init__
Method · 0.45
__setitem__
Method · 0.45
__init__
Method · 0.45
_set_artist_props
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected