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

Method can_pan

lib/matplotlib/axes/_base.py:4296–4300  ·  view source on GitHub ↗

Return whether this Axes supports any pan/zoom button functionality.

(self)

Source from the content-addressed store, hash-verified

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

Callers 1

_pressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected