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.org/
APLpy is released under an MIT open-source license
The current master branch in this repository contains a new version of APLpy (v2.x)
that relies on the WCSAxes package. If you
are interested in the latest developer version of the current standard version
of APLpy, checkout the v1.x branch:
git clone http://github.com/aplpy/aplpy.git cd aplpy git checkout v1.x
The v2.x version is not guaranteed to be backward-compatible at this time.