plotter_manager
File Purpose: class to help with managing making plots.
[TODO] allow multiple people to have same-named plotting function.
[TODO] allow plotter patterns, e.g. ‘subN’ to do a movie but subsample to every Nth snapshot.
Classes
|
Decorating functions to put plotters into a dict (self.known) |
|
metclass which predefines some things for registering plotters, in the class namespace: |
|
plotter which can be used by a PlotterManager. |
class to help with managing plotters. |