• Stars
    star
    642
  • Rank 69,605 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

https://github.com/proplot-dev/proplot/blob/master/docs/_static/logo_long.svg?raw=true

build status docs pypi black PR welcome license gitter doi

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

Documentation

The documentation is published on readthedocs.

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/proplot-dev/proplot.git or clone the repository and run pip install -e . inside the proplot folder.