.. module:: corner

Detailed API documentation
==========================

The main user-facing function is :func:`corner.corner` but the lower level
functions :func:`corner.hist2d` and :func:`corner.quantile` are also
documented here.

.. autofunction:: corner.corner
.. autofunction:: corner.hist2d
.. autofunction:: corner.quantile
.. autofunction:: corner.overplot_lines
.. autofunction:: corner.overplot_points
