Skip to content
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

Animation error #18

Open
griff10000 opened this issue Oct 17, 2022 · 2 comments
Open

Animation error #18

griff10000 opened this issue Oct 17, 2022 · 2 comments

Comments

@griff10000
Copy link

The simulation seems to run ok. However a plot at t=0 is plotted but no animation.

The following warning is displayed:

UserWarning: Animation was deleted without rendering anything. This is most likely not intended. To prevent deletion, assign the Animation to a variable, e.g. anim, that exists until you have outputted the Animation using plt.show() or anim.save().
warnings.warn(

I have tried using plt.show() or anim.save(). but no luck.

@MarkDPhysics
Copy link

I have the same problem when running the example file 2D_double_slit.py, but I get no warning. I'm using anaconda3. Plots work ok, but animation shows only the the starting time step.

@marl0ny
Copy link
Member

marl0ny commented Jan 10, 2024

I have the same problem when running the example file 2D_double_slit.py, but I get no warning. I'm using anaconda3. Plots work ok, but animation shows only the the starting time step.

If you are using Spyder specifically, from this Stack Overflow answer you should type and enter %matplotlib qt in the console first before running the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants