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

Method set_navigate

lib/matplotlib/axes/_base.py:4308–4321  ·  view source on GitHub ↗

Set whether the Axes responds to navigation toolbar commands. Parameters ---------- b : bool See Also -------- matplotlib.axes.Axes.set_forward_navigation_events

(self, b)

Source from the content-addressed store, hash-verified

4306 return self._navigate
4307
4308 def set_navigate(self, b):
4309 """
4310 Set whether the Axes responds to navigation toolbar commands.
4311
4312 Parameters
4313 ----------
4314 b : bool
4315
4316 See Also
4317 --------
4318 matplotlib.axes.Axes.set_forward_navigation_events
4319
4320 """
4321 self._navigate = b
4322
4323 def get_navigate_mode(self):
4324 """

Callers 6

__init__Method · 0.95
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected