| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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+).
Below is a gallery showing random examples of what UltraPlot can do, for more examples checkout our extensive docs.
The documentation is published on readthedocs.
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 ultraplotLikewise, an existing installation of UltraPlot can be upgraded to the latest version with:
pip install --upgrade ultraplot
conda upgrade ultraplotTo install a development version of UltraPlot, you can use pip install git+https://github.com/ultraplot/ultraplot.git or clone the repository and run pip install -e . inside the ultraplot folder.
If you use UltraPlot in your research, please cite it using the following BibTeX entry:
@software{vanElteren2025,
author = {Casper van Elteren and Matthew R. Becker},
title = {UltraPlot: A succinct wrapper for Matplotlib},
year = {2025},
version = {1.57.1},
publisher = {GitHub},
url = {https://github.com/Ultraplot/UltraPlot}
}
| Back | FazBrowse Home | New Git URL |