Package for applying the UDKM Matplotlib style sheet.
- Python 3.10 or higher
In your project venv, install the latest release with pip (requires an SSH key with access to GitUP):
pip install git+https://gitup.uni-potsdam.de/udkm/tools/udkm_plotstyle@mainOr use the public GitHub mirror:
pip install git+https://github.com/cowalz/udkm_plotstyle@mainFor a fixed previous version, replace main with the desired version tag, e.g. 1.0.0.
This installs the udkm_plotstyle package along with all runtime dependencies:
- matplotlib
import udkm_plotstyle
udkm_plotstyle.activate()This loads udkm_plotstyle/plotstyle.mplstyle from the installed package.