autofig

High-Level Interface to Create Figures/Animations with Matplotlib


Keywords
animation, matplotlib, plotting, python
License
GPL-3.0
Install
pip install autofig==1.2.0

Documentation

autofig

High-Level Interface to Create Figures/Animations with Matplotlib

badge badge badge badge badge

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

Kyle Conroy

Contributions are welcome! Feel free to file an issue or fork and create a pull-request.