Return the axes_locator.
(self)
| 1238 | self.stale = True |
| 1239 | |
| 1240 | def get_axes_locator(self): |
| 1241 | """ |
| 1242 | Return the axes_locator. |
| 1243 | """ |
| 1244 | return self._axes_locator |
| 1245 | |
| 1246 | def _set_artist_props(self, a): |
| 1247 | """Set the boilerplate props for artists added to Axes.""" |
no outgoing calls
no test coverage detected