File: __init__.py

package info (click to toggle)
astroml 0.4.post1-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 892 kB
  • sloc: python: 5,492; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
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