autocti.plot.DynestyPlotter#
- class autocti.plot.DynestyPlotter(samples, output: ~autofit.plot.output.Output = <autofit.plot.output.Output object>)[source]#
Bases:
SamplesPlotterMethods
Plots the in-built
dynestyplotboundplot.closePlots the in-built
dynestyplotcornerbound.Plots the in-built
dynestyplotcornerplot.Plots the in-built
dynestyplotcornerpoints.log_plot_exceptionPlotting the results of a
dynestymodel-fit before they have converged on an accurate estimate of the posterior can lead thedynestyplotting routines to raise aValueError.Plots the in-built
dynestyplotrunplot.Plots the in-built
dynestyplottraceplot.Attributes
model- boundplot(**kwargs)[source]#
Plots the in-built
dynestyplotboundplot.This figure plots the bounding distribution used to propose either (1) live points at a given iteration or (2) a specific dead point during the course of a run, projected onto the two dimensions specified by dims.
- cornerbound(**kwargs)[source]#
Plots the in-built
dynestyplotcornerbound.This figure plots the bounding distribution used to propose either (1) live points at a given iteration or (2) a specific dead point during the course of a run, projected onto all pairs of dimensions.
- cornerplot(**kwargs)[source]#
Plots the in-built
dynestyplotcornerplot.This figure plots a corner plot of the 1-D and 2-D marginalized posteriors.
- cornerpoints(**kwargs)[source]#
Plots the in-built
dynestyplotcornerpoints.This figure plots a (sub-)corner plot of (weighted) samples.