covasim.plotting module

Core plotting functions for simulations, multisims, and scenarios.

Also includes Plotly-based plotting functions to supplement the Matplotlib based ones that are of the Sim and Scenarios objects. Intended mostly for use with the webapp.

covasim.plotting.plot_sim(sim, to_plot=None, do_save=None, fig_path=None, fig_args=None, plot_args=None, scatter_args=None, axis_args=None, fill_args=None, legend_args=None, show_args=None, as_dates=True, dateformat=None, interval=None, n_cols=None, font_size=18, font_family=None, grid=False, commaticks=True, setylim=True, log_scale=False, colors=None, labels=None, do_show=True, sep_figs=False, fig=None)

Plot the results of a single simulation – see Sim.plot() for documentation

covasim.plotting.plot_scens(scens, to_plot=None, do_save=None, fig_path=None, fig_args=None, plot_args=None, scatter_args=None, axis_args=None, fill_args=None, legend_args=None, show_args=None, as_dates=True, dateformat=None, interval=None, n_cols=None, font_size=18, font_family=None, grid=False, commaticks=True, setylim=True, log_scale=False, colors=None, labels=None, do_show=True, sep_figs=False, fig=None)

Plot the results of a scenario – see Scenarios.plot() for documentation

covasim.plotting.plot_result(sim, key, fig_args=None, plot_args=None, axis_args=None, scatter_args=None, font_size=18, font_family=None, grid=False, commaticks=True, setylim=True, as_dates=True, dateformat=None, interval=None, color=None, label=None, fig=None, do_show=True, do_save=False, fig_path=None)

Plot a single result – see Sim.plot_result() for documentation

covasim.plotting.plot_compare(df, log_scale=True, fig_args=None, plot_args=None, axis_args=None, scatter_args=None, font_size=18, font_family=None, grid=False, commaticks=True, setylim=True, as_dates=True, dateformat=None, interval=None, color=None, label=None, fig=None)

Plot a MultiSim comparison – see MultiSim.plot_compare() for documentation

covasim.plotting.plot_people(people, bins=None, width=1.0, font_size=18, alpha=0.6, fig_args=None, axis_args=None, plot_args=None)

Plot statistics of a population – see People.plot() for documentation

covasim.plotting.plotly_sim(sim, do_show=False)

Main simulation results – parallel of sim.plot()

covasim.plotting.plotly_people(sim, do_show=False)

Plot a “cascade” of people moving through different states

covasim.plotting.plotly_animate(sim, do_show=False)

Plot an animation of each person in the sim