APLpy (the Astronomical Plotting Library in Python) is a Python module aimed at producing publication-quality plots of astronomical imaging data in FITS format.
PyPI: https://pypi.python.org/pypi/APLpy
Website: http://aplpy.github.io
Documentation: http://aplpy.readthedocs.io
APLpy is released under an MIT open-source license.
The following dependencies are required:
- Numpy 1.11 or later
- Matplotlib 2.0 or later
- Astropy 3.1 or later
- reproject 0.4 or later
- PyAVM 0.9.4 or later
- pyregion 2.0 or later
- pillow 4.0 or later
- scikit-image 0.14 or later
- shapely 1.6 or later
You can install APLpy and all its dependencies with:
pip install aplpy
or if you use conda:
conda install -c astropy aplpy