File: api.rst

package info (click to toggle)
python-corner 2.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,692 kB
  • sloc: python: 1,503; makefile: 198
file content (14 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.. 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