plots.cm

This module provides colormaps to use for the visualisation of meteorological data. It heavily bases on the cmocean package developed by Kristen Thyng. Most colormaps are directly inherited and renamed for meteorological applications.

The colormaps are registered in matplotlib after importing typhon:

>>> import typhon
>>> plt.get_cmap('difference')