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 toFalseto hide unknown colormaps.include (
strorlistofstr, optional) – Category names to be shown in the table. Use this to limit the table to a subset of categories. Valid categories are'Matplotlib defaults','Matplotlib stylesheets','ColorBrewer2.0 qualitative','Other qualitative'.ignore (
strorlistofstr, optional) – Used only ifincludewas not passed. Category names to be removed from the table. Default is'MATLAB','GNUplot','GIST', and'Other'.length (
floatorstr, optional) – The length of the colorbars. Units are interpreted byunits.width (
floatorstr, optional) – The width of the colorbars. Units are interpreted byunits.
- Returns
Figure– The figure.
See also