=========================
Helper plotting functions
=========================

Helper plotting functions are available at the ``arviz_plots`` top level namespace and
provide ways to customize plots by adding elements or modifying existing ones.

An introductory guide to the ``plot_...`` functions is also available at :ref:`plots_intro`.

.. currentmodule:: arviz_plots

.. autosummary::
   :toctree: generated/

   add_bands
   add_lines

.. _api_style:

Style
.....

.. autosummary::
   :toctree: generated/

   style.available
   style.get
   style.use 

