MCPcopy 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

clearMethod · 0.45
_init_labelMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
_set_artist_propsMethod · 0.45
__init__Method · 0.45
_set_artist_propsMethod · 0.45
__init__Method · 0.45
__setitem__Method · 0.45
__init__Method · 0.45
_set_artist_propsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected