listentorain-W / proplot

🎨 A lightweight matplotlib wrapper for making beautiful, publication-quality graphics

Home Page:https://proplot.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://github.com/lukelbd/proplot/blob/master/docs/logo_long.png?raw=true

build status docs pypi black PR welcome license gitter doi

A lightweight matplotlib wrapper for making beautiful, publication-quality graphics.

Installation

ProPlot is published on PyPi and conda-forge. It can be installed with pip or conda as follows:

pip install proplot
conda install -c conda-forge proplot

Likewise, an existing installation of ProPlot can be upgraded to the latest version with:

pip install --upgrade proplot
conda upgrade proplot

To install a development version of ProPlot, you can use pip install git+https://github.com/lukelbd/proplot.git or clone the repository and run pip install -e . inside the proplot folder.

Documentation

The documentation is published on readthedocs.

About

🎨 A lightweight matplotlib wrapper for making beautiful, publication-quality graphics

https://proplot.readthedocs.io

License:MIT License


Languages

Language:Python 99.9%Language:Shell 0.1%