meco-group / omg-tools

Optimal Motion Generation-tools: motion planning made easy
GNU Lesser General Public License v3.0
563 stars 97 forks source link

Animation issue #92

Open welid1544 opened 4 years ago

welid1544 commented 4 years ago

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

s18el05 commented 2 years ago

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

lebence commented 2 years ago

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.

s18el05 commented 2 years ago

@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