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
In both JupyterLab and old Notebook MultiCursor not only is blinking when is bing moved, but also completely disappears when mouse stops motion. Same code works fine in QT.
One thing to note is that for me at least it seems that it will work, but only after waiting for a bit. Yo can see that something is frozen up because you can't immediately resize either.
Confusingly if I remove the plt.show then it seems to work every time, so there may be an issue with plt.show(). Though it's important to note that you never need plt.show for ipympl. In interactive mode the figure will show automatically, and you can always do display(fig.canvas) to display it.
Hey @ipcoder I looked into this a bit more and I think there is some sort of sinister interaction going on with the way multicursor handles blitting and the notebook backends (both ipympl and nbagg). I opened matplotlib/matplotlib#19633 about this which I think is where this will need to be resolved as it may involve changes to multicursor. But lets leave this open for now.
Uh oh!
There was an error while loading. Please reload this page.
Describe the issue
In both JupyterLab and old Notebook MultiCursor not only is blinking when is bing moved, but also completely disappears when mouse stops motion. Same code works fine in QT.
Documentation example may be used for demonstration:
Versions
The text was updated successfully, but these errors were encountered: