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

Method connect_default_events

lib/matplotlib/widgets.py:2878–2882  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2876 self._set_cursor(cursor)
2877
2878 def connect_default_events(self):
2879 # docstring inherited
2880 super().connect_default_events()
2881 if getattr(self, '_interactive', False):
2882 self.connect_event('motion_notify_event', self._hover)
2883
2884 def _press(self, event):
2885 """Button press event handler."""

Callers 1

new_axesMethod · 0.95

Calls 1

connect_eventMethod · 0.80

Tested by

no test coverage detected