You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Posting here because ipympl will not automatically inherit whatever solution gets implemented for nbagg
Bug report
Bug summary
Using the first example from the events documentation detects double-click events properly in the Qt backend, but when used in a Jupyter notebook, the two clicks are recognised as two separate single click events.
Code for reproduction
I've adapted the code to show the contents of the event as the figure title instead of a print statement, because the output of print statements inside functions triggered by events disappear in Jupyter notebooks.
The title always says single-click, no matter how fast I do my double-clicking.
The double click events are properly captured when using the standard Qt window renderer.
I have tried both the default %matplotlib notebook backend and the ipympl widget backend, and they show identical behaviour.
Originally posted by @nvaytet in matplotlib/matplotlib#18404
Posting here because ipympl will not automatically inherit whatever solution gets implemented for nbagg
The text was updated successfully, but these errors were encountered: