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.

ProPlot’s only hard dependency is matplotlib. The soft dependencies are cartopy, basemap, xarray, and pandas. See the documentation for details.