-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Adds BackgroundPlotter class which can be used for animations #57
base: main
Are you sure you want to change the base?
Conversation
Would it make more sense to have the Mapsequence Animator class in the same file as the background plotter? |
Assuming it won't be too long, they can be in the same file. if the plan is to have multiple animator classes, we could split them out after. |
Alright, I'll make that change then |
Do we also want a figure test?
I think you might need to reorder some imports. |
Yeah I need to push these changes, I'm still stuck at trying to figure out why the button widget is failing |
See if https://tutorial.pyvista.org/tutorial/03_figures/d_gif.html#sphx-glr-tutorial-03-figures-d-gif-py can create animations for us. |
From #32, moved the Background Plotting to another class.