meco-group/omg-tools

Animation issue

welid1544 opened this issue · 3 comments

Hello,
Whenever i run an example, the animations and figures stop responding immediately, please help
image

I have the same issue the plot windows are not responding and then closes once the script stop running.
image

We ran into this issue too. We checked installed packages (on two laptops) and found, that we need matplotlib==3.3.4. We had matplotlib==3.5.2, then "pip install matplotlib==3.3.4" and it solved the issue.

@dzsonigg I tried this solution (currently have matplotlib==3.3.4) and indeed I can see the figures, but as in the first message by @welid1544 the figures stop responding (when I try to switch the figure or save ) until the end of the simulation.
image

Please let me know if you have an idea why it's happening.
thank you