movies

File Purpose: working on movies

Classes

EmptyMovieNode(**kw_super)

makes an empty MoviePlotNode; can be used to improve tree readability.

FuncAnimation(fig, func, *args_super[, fps, ...])

matplotlib.animation.FuncAnimation class with more methods / convenience.

MovieOrganizerNode([name])

makes an empty MoviePlotNode; can be used to improve tree readability.

MoviePlotElement([data])

updatable element in a plot.

MoviePlotNode([obj, parent, init_plot])

tree node storing a MoviePlotElement (in self.obj).