File: __init__.py

package info (click to toggle)
astroml 1.0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 932 kB
  • sloc: python: 5,731; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
from .hist_tools import hist
from .scatter_contour import scatter_contour
from .mcmc import plot_mcmc
from .ellipse import plot_tissot_ellipse
from .multiaxes import MultiAxes
from .settings import setup_text_plots
from .regression import plot_regressions, plot_regression_from_trace