Plots
=================================================

We provide a set of plotting templates in the ``plots`` module.
These include among others:

* Making triangle plots from a parameter covariance matrix (:func:`candl.plots.triangle_plot_from_cov`).
* Plotting the foreground components for a given model (:func:`candl.plots.plot_foreground_components`).
* Tracking the steps of a minimiser (:func:`candl.plots.plot_minimiser_convergence`, :func:`candl.plots.add_min_trajectory`).

See the :ref:`full documentation<plots_api>` for details.
