Adds BackgroundPlotter class which can be used for animations#57
Adds BackgroundPlotter class which can be used for animations#57jeffreypaul15 wants to merge 10 commits into
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.