Colormap

Colormap(*args, name=None, listmode='perceptual', fade=None, cycle=None, shift=None, cut=None, left=None, right=None, reverse=False, save=False, save_kw=None, **kwargs)[source]

Generate or retrieve colormaps and optionally merge and manipulate them in a variety of ways. Used to interpret the cmap and cmap_kw arguments when passed to any plotting method wrapped by cmap_changer.

Parameters
Returns

Colormap – A LinearSegmentedColormap or ListedColormap instance.