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

Method _set_artist_props

lib/matplotlib/figure.py:2215–2219  ·  view source on GitHub ↗
(self, a)

Source from the content-addressed store, hash-verified

2213 return ret
2214
2215 def _set_artist_props(self, a):
2216 if a != self:
2217 a.set_figure(self)
2218 a.stale_callback = _stale_figure_callback
2219 a.set_transform(self.transSubfigure)
2220
2221
2222@_docstring.interpd

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls 2

set_figureMethod · 0.45
set_transformMethod · 0.45

Tested by

no test coverage detected