AndrewRook / ptplot

Easily make interactive plots of player-tracking data
GNU General Public License v3.0
11 stars 3 forks source link

Refactor animation code into the Animation layer #18

Closed AndrewRook closed 3 years ago

AndrewRook commented 3 years ago

Right now it's in the main PTPlot class. Instead the Animation class ought to have an animate method which takes in at least the data, the widgets and the layers that need to be animated, then runs the actual callback generation/application code.