-
Notifications
You must be signed in to change notification settings - Fork 229
Error raised on mouse cursor hover with matplotlib>=3.10 #594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The symptoms are indeed the same as #592, and this has been fixed. I cannot reproduce with the same packages in a new environment:
It looks you aren't actually using One report of this issue at matplotlib/matplotlib#29654 was that it was a caching issue which was solved by restarting the kernel a number of times. Please can you try that? |
Getting the same issue with matplotlib 3.10.1, and ipympl 0.9.7, also setting the following behind the scenes to handle interactive figures:
tried restarting a number of times, and reinstalling ipympl with --no-cache-dir, but no luck there. No interactive features of interactive plots work with the error. Fixed again by downgrading matplotlib to 3.9.4 for now |
Doing
in the same notebook does yield |
Can it be the Python version that is different? I can't think of anything else... |
Describe the issue
Using
matplotlib>=3.10.*
, making any plot withipympl
raises an error when hovering the mouse over the axes.Example:
Hovering the mouse over the plot raises
Note: need to set level to 'Debug' in log console to see it.
The figure is basically inactive.
Could be related to #592 but I did install
0.9.7
and it did not fix the issue.Downgrading to
matplotlib=3.9.4
fixes the issue.Versions
The text was updated successfully, but these errors were encountered: