PerceptuallyUniformColormap.to_linear_segmented¶
- PerceptuallyUniformColormap.to_linear_segmented(name=None, **kwargs)[source]¶
Convert the
PerceptuallyUniformColormapto a standardLinearSegmentedColormap. This is used to merge such colormaps.- Parameters
name (str, optional) – The name of the new colormap. Default is
self.name + '_copy'.- Other Parameters
**kwargs – Passed to
LinearSegmentedColormap.
See also
ListedColormap.to_listed