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

Method get_navigate

lib/matplotlib/axes/_base.py:4302–4306  ·  view source on GitHub ↗

Get whether the Axes responds to navigation commands.

(self)

Source from the content-addressed store, hash-verified

4300 return True
4301
4302 def get_navigate(self):
4303 """
4304 Get whether the Axes responds to navigation commands.
4305 """
4306 return self._navigate
4307
4308 def set_navigate(self, b):
4309 """

Callers 8

_set_cursor_cbkMethod · 0.80
_pressMethod · 0.80
_pressMethod · 0.80
_update_cursorMethod · 0.80
_ax_filterMethod · 0.80
test_interactive_panFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_interactive_panFunction · 0.64