ListedColormap.append

ListedColormap.append(*args, name=None, N=None, **kwargs)[source]

Append arbitrary colormaps onto this colormap.

Parameters
  • *args – Instances of ListedColormap.

  • name (str, optional) – The colormap name. Default is '_'.join(cmap.name for cmap in args).

  • N (int, optional) – The number of colors in the colormap lookup table. Default is the number of colors in the concatenated lists.

Other Parameters

**kwargs – Passed to copy.