DiscreteColormap.append¶
- DiscreteColormap.append(*args, name=None, N=None, **kwargs)[source]¶
Append arbitrary colormaps onto this colormap.
- Parameters
*args – Instances of
DiscreteColormap.name (
str, optional) – The new colormap name. Default is'_name1_name2_[...]'.N (
int, optional) – The number of points in the colormap lookup table. Default is the number of colors in the concatenated lists.
- Other Parameters
**kwargs – Passed to
copy.
See also