ProPlot¶
A comprehensive, easy-to-use matplotlib wrapper for making beautiful, publication-quality graphics. The Github page is here.
Installation¶
To install or upgrade ProPlot:
pip install -U proplot
ProPlot’s only hard dependency is matplotlib. The soft dependencies are cartopy, basemap, xarray, and pandas. See the documentation for details.
Getting Started
User Guide