covasim.defaults module¶
Set the defaults across each of the different files.
-
covasim.defaults.get_colors()¶ Specify plot colors – used in sim.py.
NB, includes duplicates since stocks and flows are named differently.
-
covasim.defaults.get_sim_plots(which='default')¶ Specify which quantities to plot; used in sim.py.
- Parameters
which (str) – either ‘default’ or ‘overview’
-
covasim.defaults.get_scen_plots(which='default')¶ Default scenario plots – used in run.py