@@ -57,12 +57,12 @@ Here are the events that you can connect to, the class instances that
5757are sent back to you when the event occurs, and the event descriptions
5858
5959
60- ======================= ======================================================================================
60+ ======================= =============================================================================================
6161Event name Class and description
62- ======================= ======================================================================================
62+ ======================= =============================================================================================
6363'button_press_event' :class: `~matplotlib.backend_bases.MouseEvent ` - mouse button is pressed
6464'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)
6666'key_press_event' :class: `~matplotlib.backend_bases.KeyEvent ` - key is pressed
6767'key_release_event' :class: `~matplotlib.backend_bases.KeyEvent ` - key is released
6868'motion_notify_event' :class: `~matplotlib.backend_bases.MouseEvent ` - mouse motion
@@ -73,7 +73,7 @@ Event name Class and description
7373'figure_leave_event' :class: `~matplotlib.backend_bases.LocationEvent ` - mouse leaves a figure
7474'axes_enter_event' :class: `~matplotlib.backend_bases.LocationEvent ` - mouse enters a new axes
7575'axes_leave_event' :class: `~matplotlib.backend_bases.LocationEvent ` - mouse leaves an axes
76- ======================= ======================================================================================
76+ ======================= =============================================================================================
7777
7878.. _event-attributes :
7979
0 commit comments