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

Method _switch_on_zoom_mode

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

Source from the content-addressed store, hash-verified

756 self._zoom_mode = event.key
757
758 def _switch_on_zoom_mode(self, event):
759 self._zoom_mode = event.key
760 self._mouse_move(event)
761
762 def _switch_off_zoom_mode(self, event):
763 self._zoom_mode = None

Callers

nothing calls this directly

Calls 1

_mouse_moveMethod · 0.95

Tested by

no test coverage detected