(self, a)
| 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 |
no test coverage detected