High-Level Interface to Create Figures/Animations with Matplotlib
Project description
autofig
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.
Dependencies
See the travis report for details on the full testing-matrix.
Installation
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
Basic Usage
autofig is imported as a python module:
import autofig
Read the latest documentation on readthedocs or browse the current documentation.
Contributors
Contributions are welcome! Feel free to file an issue or fork and create a pull-request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.