MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / set_figure

Method set_figure

lib/matplotlib/offsetbox.py:1445–1449  ·  view source on GitHub ↗
(self, fig)

Source from the content-addressed store, hash-verified

1443 return children
1444
1445 def set_figure(self, fig):
1446 if self.arrow_patch is not None:
1447 self.arrow_patch.set_figure(fig)
1448 self.offsetbox.set_figure(fig)
1449 martist.Artist.set_figure(self, fig)
1450
1451 def set_fontsize(self, s=None):
1452 """

Callers

nothing calls this directly

Calls 1

set_figureMethod · 0.45

Tested by

no test coverage detected