PerceptualColormap.to_continuous¶
- PerceptualColormap.to_continuous(name=None, **kwargs)[source]¶
Convert the
PerceptualColormapto a standardContinuousColormap. This is used to merge such colormaps.- Parameters
name (
str, optional) – The name of the new colormap. Default isself.name + '_copy'.- Other Parameters
**kwargs – Passed to
ContinuousColormap.
See also