/plotting

High level plotting routines to create publication ready plots with Python, matplotlib and seaborn.

Primary LanguagePython

Plotting

This is a high-level interface to create publication ready plots using Python with matplotlib and seaborn.

Installation

Create a Conda environment

conda create -n plotting python
conda activate plotting

Install the package from github

pip install plotting@git+https://github.com/RDoerfel/plotting.git