show_cycles

show_cycles(*args, axwidth=1.5)[source]

Visualizes all registered color cycles, or the list of cycle names if positional arguments are passed.

Parameters
  • *args (colormap-spec, optional) – Positional arguments are cycle names or objects. Default is all of the registered colormaps.

  • axwidth (str or float, optional) – Average width of each subplot. Units are interpreted by units.

Returns

Figure – The figure instance.