Replies: 1 comment 1 reply
-
This is indeed a rare situation. I have followed your error message and I cannot find any reason for It seems the origin of all that is the package I found a similar issue here: matplotlib/ipympl#236 There, it seems when the user imports a package called I certainly cannot find anything messing with the backend of
If that doesn't work then:
If none of that works, post again your error traces, and we check them again. Regards, Mario. |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I really enjoy using this well documented library.
However, somehow i cant get it to work with matplotlib widgets.
I get an error message when trying to plot something with matplotlib widgets enabled.
Everything works fine without ahrs imported.
my code:
%matplotlib widget
from ahrs.filters import Mahony
import matplotlib.pyplot as plt
plt.plot([1,2,3])
This results in a type error and a deprecation warning.
I created a fresh environment using the latest version of ahrs.
Can you help me solve this problem?
Best regards,
Luis
error_message.txt
packages_in_environment.txt
Beta Was this translation helpful? Give feedback.
All reactions