jaryaman / systyle

A python package for tweaking matplotlib for publication-quality figures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

systyle

A python package for publication-quality plotting in matplotlib

Installation

To install:

pip install git+https://github.com/jaryaman/systyle@master

A word on virtual environments

We strongly recommend that every new project you work on has an associated virtual environment, so that package installation does not affect your operating system.

See here for instructions on how to set up a conda environment.

You may need to install some fonts

conda install -c conda-forge -y mscorefonts
rm ~/.cache/matplotlib -rf

A word on IDEs

Consider using PyCharm.

Demonstrations

See ./demos.

About

A python package for tweaking matplotlib for publication-quality figures

License:MIT License


Languages

Language:Python 100.0%