2. colormaps

Useful colormaps and functions for using HUSL (perceptually uniform) colormaps. Also includes a function for registering all the colormaps stored in this module. Note that seaborn must be installed (pip install seaborn). – NPM 2017

2.1. Overview

husl_palette([n_colors, h, s, l])

Get a set of evenly spaced colors in HUSL hue space.

husl_cmap([name, n_colors, h, s, l])

Create a colormap from evenly spaced colors in HUSL hue space.

get_colormaps()

Return the colormaps defined in this modules as a dictionary.

register_colormaps([cmaps])

Go through all colormaps defined in this module and register those which are not available.

2.2. Classes and Functions