Installation

The best way to install ncplot is using conda or mamba:

$ conda install -c conda-forge ncplot
$ mamba install -c conda-forge ncplot

To install the stable version from pypi:

$ pip install ncplot

Note that the version from pypi will not include the optional dependency cartopy. Some plots will look better if this is installed. Follow the instructions here if you want to install cartopy using pypi here.

To install the development version from GitHub:

$ pip install git+https://github.com/pmlmodelling/ncplot.git