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

Method set_figure

lib/matplotlib/text.py:2133–2137  ·  view source on GitHub ↗
(self, fig)

Source from the content-addressed store, hash-verified

2131 The coordinate system to use for `.Annotation.xyann`.""")
2132
2133 def set_figure(self, fig):
2134 # docstring inherited
2135 if self.arrow_patch is not None:
2136 self.arrow_patch.set_figure(fig)
2137 Artist.set_figure(self, fig)
2138
2139 def update_positions(self, renderer):
2140 """

Calls

no outgoing calls