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 new colormap name. Default is'_name_copy'.- Other Parameters
**kwargs – Passed to
ContinuousColormap.
See also