High-Level Interface to Create Figures/Animations with Matplotlib
This module provides a high-level interface to create figures/animations (currently only in matplotlib). It was designed to be used within PHOEBE but written in a way that it can be used as a standalone package.
Read the latest documentation on readthedocs or browse the current documentation.
See the travis report for details on the full testing-matrix.
autofig is available via pip:
pip install autofig
Alternatively, to install from source, use the standard python setup.py commands.
To install globally:
python setup.py build
sudo python setup.py install
Or to install locally:
python setup.py build
python setup.py install --user
autofig is imported as a python module:
import autofig
Read the latest documentation on readthedocs or browse the current documentation.
Contributions are welcome! Feel free to file an issue or fork and create a pull-request.