Plots#
We provide a set of plotting templates in the plots module.
These include among others:
Making triangle plots from a parameter covariance matrix (
candl.plots.triangle_plot_from_cov()).Plotting the foreground components for a given model (
candl.plots.plot_foreground_components()).Tracking the steps of a minimiser (
candl.plots.plot_minimiser_convergence(),candl.plots.add_min_trajectory()).
See the full documentation for details.