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

Method _switch_off_zoom_mode

lib/matplotlib/backend_tools.py:762–764  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

760 self._mouse_move(event)
761
762 def _switch_off_zoom_mode(self, event):
763 self._zoom_mode = None
764 self._mouse_move(event)
765
766 def _mouse_move(self, event):
767 """Callback for mouse moves in zoom-to-rectangle mode."""

Callers

nothing calls this directly

Calls 1

_mouse_moveMethod · 0.95

Tested by

no test coverage detected