No animation
Closed this issue · 6 comments
MikAilis commented
julkaar9 commented
what ide are you using?
MikAilis commented
pycharm
julkaar9 commented
Ok I will take a look.
julkaar9 commented
Seems like pycharm sciview cannot display animations https://youtrack.jetbrains.com/issue/PY-27233/Animation-not-updated-in-plots-window-scientific-view .
A potential fix is to display the animation in a separate gui.
Add these two lines
import matplotlib
matplotlib.use("TkAgg")
MikAilis commented
oh,it's useful, thank u
julkaar9 commented
closing the issue, if you have any other issue, please create a new one.