Return whether this Axes supports any pan/zoom button functionality.
(self)
| 4294 | return True |
| 4295 | |
| 4296 | def can_pan(self): |
| 4297 | """ |
| 4298 | Return whether this Axes supports any pan/zoom button functionality. |
| 4299 | """ |
| 4300 | return True |
| 4301 | |
| 4302 | def get_navigate(self): |
| 4303 | """ |