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) – The new colormap name. Default is '_name_copy'.

  • colors, N, alpha (optional) – See DiscreteColormap. If not provided, these are copied from the current colormap.