policy_panel_animate

policy_panel_animate(stratum_retention_policy: Any, num_generations: int, do_show: bool = False, save_as: str | None = None) FuncAnimation

Animate evolution of column and its properties under a retention policy.

Parameters

stratum_retention_policyany

Object specifying stratum retention policy.

num_generationsint

Number of generations to plot.

do_showbool, optional

Whether to show() the plot automatically.

save_asstr, optional

If set, save animation as file type specified.