.. _plots_api:

========================
Batteries-included plots
========================

Batteries-included plotting functions are available at the ``arviz_plots``
top level namespace and provide plug and play opinionated solutions
to common tasks within the Bayesian workflow.

Each of the entries below describe the behaviour of each function, all its arguments
and include a handful of examples of each.
A complementary introduction and guide to ``plot_...`` functions is available at :ref:`plots_intro`.

.. currentmodule:: arviz_plots

.. autosummary::
   :toctree: generated/

   combine_plots
   plot_autocorr
   plot_bf
   plot_compare
   plot_convergence_dist
   plot_dgof
   plot_dgof_dist
   plot_dist
   plot_ecdf_pit
   plot_energy
   plot_ess
   plot_ess_evolution
   plot_forest
   plot_khat
   plot_loo_pit
   plot_lm
   plot_mcse
   plot_pair
   plot_pair_focus
   plot_parallel
   plot_ppc_censored
   plot_ppc_dist
   plot_ppc_interval
   plot_ppc_pava
   plot_ppc_pava_residuals
   plot_ppc_pit
   plot_ppc_rootogram
   plot_ppc_tstat
   plot_prior_posterior
   plot_psense_dist
   plot_psense_quantities
   plot_rank
   plot_rank_dist
   plot_ridge
   plot_trace
   plot_trace_dist
