DiscreteColormap.copy¶
- DiscreteColormap.copy(colors=None, name=None, N=None, *, alpha=None)[source]¶
Return a new colormap with relevant properties copied from this one if they were not provided as keyword arguments.
- Parameters
name (
str, default:'_name_copy') – The new colormap name.colors, N, alpha (optional) – See
DiscreteColormap. If not provided, these are copied from the current colormap.