strata_retained_frac_lineplot

strata_retained_frac_lineplot(stratum_retention_policy: Any, num_generations: int, do_show: bool = False, ax: Axes | None = None) Axes

Plot fraction deposited strata that are retained at each generation.

Parameters

stratum_retention_policyany

Object specifying stratum retention policy.

num_generationsint

Number of generations to plot.

axmatplotlib/pylab axes, optional

If a valid matplotlib.axes.Axes instance, the plot is drawn in that Axes. By default (None), a new axes is created.

do_showbool, optional

Whether to show() the plot automatically.