amici.sim.sundials.plotting

Plotting

Plotting related functions

Functions

plot_state_trajectories(rdata, *[, ...])

Plot state trajectories.

plot_observable_trajectories(rdata, *[, ...])

Plot observable trajectories.

plot_jacobian(rdata)

Plot Jacobian as heatmap.

plot_expressions(exprs, rdata)

Plot the given expressions evaluated on the given simulation outputs.

amici.sim.sundials.plotting.plot_expressions(exprs, rdata)[source]

Plot the given expressions evaluated on the given simulation outputs.

Parameters:
Return type:

None

amici.sim.sundials.plotting.plot_jacobian(rdata)[source]

Plot Jacobian as heatmap.

amici.sim.sundials.plotting.plot_observable_trajectories(rdata, *, observable_indices=None, ax=None, prefer_names=True, marker=None, edata=None)[source]

Plot observable trajectories.

Parameters:
Return type:

None

amici.sim.sundials.plotting.plot_state_trajectories(rdata, *, state_indices=None, ax=None, prefer_names=True, marker=None)[source]

Plot state trajectories.

Parameters:
Return type:

None