Back to Matplotlib

Changes for 0.61

doc/api/prev_api_changes/api_changes_0.61.rst

3.10.9231 B
Original Source

Changes for 0.61

.. code-block:: text

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)