plotting#

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.

Functions

plot_sim

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

plot_scens

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

plot_result

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

plot_compare

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

plot_people

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

plotly_sim

Main simulation results -- parallel of sim.plot()

plotly_people

Plot a "cascade" of people moving through different states

plotly_animate

Plot an animation of each person in the sim