You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use the TrendComparison plot passing a single model, its trends, and specifying the compartment(s) you are interested in (the default is 'Infected').
Is it possible to visualize individual trajectories? For example:
Suppose in the following code, I get the dynamics of 4 compartments.
Simulation execution
model.set_initial_status(config)
iterations = model.iteration_bunch(200)
trends = model.build_trends(iterations)
viz = DiffusionTrend(model, trends)
viz.plot()
How can I just visualize one of the trajectories?
The text was updated successfully, but these errors were encountered: