A succinct matplotlib wrapper for making beautiful, publication-quality graphics. It builds upon ProPlot and transports it into the modern age (supporting mpl 3.9.0+).
Why UltraPlot? | Write Less, Create More
Checkout our examples
Below is a gallery showing random examples of what UltraPlot can do, for more examples checkout our extensive docs.
Subplots & Layouts Create complex multi-panel layouts effortlessly. Cartesian Plots Easily generate clean, well-formatted plots. Projections & Maps Built-in support for projections and geographic plots. Colorbars & Legends Customize legends and colorbars with ease. Insets & Panels Add inset plots and panel-based layouts. Colormaps & Cycles Visually appealing, perceptually uniform colormaps.
Documentation
The documentation is published on readthedocs.
Installation
UltraPlot is published on PyPi and conda-forge. It can be installed with pip or conda as follows:
pip install ultraplot conda install -c conda-forge ultraplot
... continue reading