MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / get_figure

Method get_figure

site-packages/matplotlib/text.py:1664–1666  ·  view source on GitHub ↗

return the figure instance the artist belongs to

(self)

Source from the content-addressed store, hash-verified

1662 self.stale = True
1663
1664 def get_figure(self):
1665 'return the figure instance the artist belongs to'
1666 return self.figure
1667
1668 def set_figure(self, fig):
1669 """

Callers 1

_get_wrap_line_widthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected