- Python (3.11 or later)
- cartopy (0.23 or later)
- matplotlib (3.9 or later)
- numpy (1.26 or later)
- xarray (2024.7 or later)
- seaborn (0.13 or later)
mplotutils is now available on PyPi - and can be installed with pip:
python -m pip install mplotutilsIts not (yet) on conda-forge. To install it into a conda environment, add the required dependencies first before using pip to install mplotutils as well:
mamba install -c conda-forge cartopy xarray
python -m pip install mplotutilspip install git+https://github.com/mpytools/mplotutils