Skip to content

patnr/mpl-tools

Repository files navigation

mpl-tools

Travis Coveralls Hits.dwyl PyPI PyPI - Downloads

This package provides some tools to work with Matplotlib.

Installation

Normal installation

pip install mpl-tools

For development

On Linux: git clone <this repo> ; make install

On Windows (or Linux): Download & extract this repo. Install poetry. Run poetry install.

Note: The above will install poetry, which then installs the source and its dependencies into an isolated virtual environment. To add packages, you should not use pip install, but poetry, e.g. poetry add --dev somepackage.

About

Simple tools for working with Matplotlib

Resources

Stars

Watchers

Forks

Packages

No packages published