(self)
| 1324 | return self.ax.yaxis |
| 1325 | |
| 1326 | def _get_view(self): |
| 1327 | # docstring inherited |
| 1328 | # An interactive view for a colorbar is the norm's vmin/vmax |
| 1329 | return self.norm.vmin, self.norm.vmax |
| 1330 | |
| 1331 | def _set_view(self, view): |
| 1332 | # docstring inherited |
no outgoing calls
no test coverage detected