A comprehensive, easy-to-use matplotlib wrapper for making beautiful, publication-quality graphics.
The documentation is published on readthedocs.
To install or upgrade ProPlot:
pip install -U proplot
If you previously used pip install git+https://github.com/lukelbd/proplot.git
to install a development version of proplot,
please run pip uninstall
first.
ProPlot's only hard dependency is matplotlib. The soft dependencies are cartopy, basemap, xarray, and pandas. See the documentation for details.