plotter module
Define the ABC Plotter to produce the plots.
- class Plotter(*args, gui=False, **kwargs)
Bases:
ABCA generic object to plot distributions, emission yields, etc.
Instantiate the object.
- Parameters:
gui (
bool, default:False) – Can be used if using the GUI, eg to activate interactive mode.
- abstractmethod plot_emission_yield(df, axes=None, population=None, **kwargs)
Plot emission yield data.
- Return type:
TypeVar(T)