show_cycles

show_cycles(*args, **kwargs)[source]

Generate a table of registered color cycles or the input color cycles categorized by source. Adapted from this example.

Parameters
  • *args (colormap-spec, optional) – Cycle names or objects.

  • unknown (str, optional) – Category name for cycles that are unknown to ProPlot. The default is 'User'. Set this to False to hide unknown colormaps.

  • length (float or str, optional) – The length of the colorbars. Units are interpreted by units.

  • width (float or str, optional) – The width of the colorbars. Units are interpreted by units.

Returns

Figure – The figure.