mpl_helpers

A Python 3.6 library for tweaking matplotlib figures.


License
MIT
Install
pip install mpl_helpers==0.1.0

Documentation

mpl-helpers

A Python 3.6 library for tweaking matplotlib figures

Installation · Tutorial · Contributing


Installation

❯ pip install git@github.com:clintval/mpl-helpers.git

Tutorial

Coming soon!

from mpl_helpers import *

Contributing

Pull requests, feature requests, and issues welcome!

To make a development install:

❯ git clone git@github.com:clintval/mpl-helpers.git
❯ pip install -e 'mpl-helpers'