Return whether this Axes supports the zoom box button functionality.
(self)
| 4288 | # Interactive manipulation |
| 4289 | |
| 4290 | def can_zoom(self): |
| 4291 | """ |
| 4292 | Return whether this Axes supports the zoom box button functionality. |
| 4293 | """ |
| 4294 | return True |
| 4295 | |
| 4296 | def can_pan(self): |
| 4297 | """ |