mrca_uncertainty_relative_barplot

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

Profile distribution of retained rank spacing under a retention policy.

Plots relative uncertainty for MRCA estimation over column ranks (positions) in a hereditary stratigraphic column at a particular generation under a particular stratum retention policy.

Parameters

stratum_retention_policyCallable

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.