Set the current Axes to be *a* and return *a*.
(self, a)
| 1708 | return sf |
| 1709 | |
| 1710 | def sca(self, a): |
| 1711 | """Set the current Axes to be *a* and return *a*.""" |
| 1712 | self._axstack.bubble(a) |
| 1713 | self._axobservers.process("_axes_change_event", self) |
| 1714 | return a |
| 1715 | |
| 1716 | def gca(self): |
| 1717 | """ |