Skip to content
/ autofig Public

High-Level Interface to Create Figures/Animations with Matplotlib

License

Notifications You must be signed in to change notification settings

kecnry/autofig

Folders and files

NameName
Last commit message
Last commit date
Jun 29, 2021
Jun 4, 2021
Jun 12, 2020
Oct 22, 2018
Nov 19, 2017
Oct 26, 2017
Sep 18, 2020
Oct 26, 2017
Jun 4, 2021
Feb 20, 2019
Oct 1, 2020

Repository files navigation

autofig logo

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.