@@ -57,12 +57,12 @@ Here are the events that you can connect to, the class instances that
57
57
are sent back to you when the event occurs, and the event descriptions
58
58
59
59
60
- ======================= ======================================================================================
60
+ ======================= =============================================================================================
61
61
Event name Class and description
62
- ======================= ======================================================================================
62
+ ======================= =============================================================================================
63
63
'button_press_event' :class: `~matplotlib.backend_bases.MouseEvent ` - mouse button is pressed
64
64
'button_release_event' :class: `~matplotlib.backend_bases.MouseEvent ` - mouse button is released
65
- 'draw_event' :class: `~matplotlib.backend_bases.DrawEvent ` - canvas draw
65
+ 'draw_event' :class: `~matplotlib.backend_bases.DrawEvent ` - canvas draw (but before screen update)
66
66
'key_press_event' :class: `~matplotlib.backend_bases.KeyEvent ` - key is pressed
67
67
'key_release_event' :class: `~matplotlib.backend_bases.KeyEvent ` - key is released
68
68
'motion_notify_event' :class: `~matplotlib.backend_bases.MouseEvent ` - mouse motion
@@ -73,7 +73,7 @@ Event name Class and description
73
73
'figure_leave_event' :class: `~matplotlib.backend_bases.LocationEvent ` - mouse leaves a figure
74
74
'axes_enter_event' :class: `~matplotlib.backend_bases.LocationEvent ` - mouse enters a new axes
75
75
'axes_leave_event' :class: `~matplotlib.backend_bases.LocationEvent ` - mouse leaves an axes
76
- ======================= ======================================================================================
76
+ ======================= =============================================================================================
77
77
78
78
.. _event-attributes :
79
79
0 commit comments