X Tutup
Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 232 Bytes

File metadata and controls

8 lines (6 loc) · 232 Bytes

Changes for 0.61

canvas.connect is now deprecated for event handling.  use
mpl_connect and mpl_disconnect instead.  The callback signature is
func(event) rather than func(widget, event)
X Tutup