MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / can_zoom

Method can_zoom

lib/matplotlib/axes/_base.py:4290–4294  ·  view source on GitHub ↗

Return whether this Axes supports the zoom box button functionality.

(self)

Source from the content-addressed store, hash-verified

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 """

Callers 1

_pressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected