.. currentmodule:: scikitplot.cexternals._astropy .. _cexternals-astropy-index: ====================================================================== Astropy (experimental) ====================================================================== This module contains some functions related to :py:mod:`~._astropy` under :py:mod:`~scikitplot.stats`. .. important:: Module also available under :py:mod:`~scikitplot.stats` library. User guide for more :ref:`astrostatistics-index`. .. seealso:: * https://github.com/astropy/astropy * https://docs.astropy.org/en/stable/visualization/histogram.html * https://docs.astropy.org/en/stable/stats/ref_api.html#module-astropy.stats * Documentation is available in the docstrings and online at https://www.astropy.org/. .. .. jupyter-execute .. .. code-block:: python .. prompt:: python >>> # (recommended) from astropy import stats # (optionally) scikit-plots stats also include astropy stats import scikitplot.stats as stats from scikitplot import stats # (optionally) Only astropy stats import scikitplot.cexternals._astropy.stats as stats from scikitplot.cexternals._astropy import stats