Generate a table of registered color cycles or the input color cycles categorized by source. Adapted from this example.
*args (colormap-spec
, optional) – Cycle names or objects.
unknown (str
, default: 'User'
) – Category name for cycles that are unknown to proplot. Set this to False
to hide unknown colormaps.
include (str
or sequence of str
, default: None
) – 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 (str
or sequence of str
, default: None
) – Used only if include
was not passed. Category names to be removed from the table.
length (unit-spec
, optional) – The length of each colorbar. If float, units are inches. If string, interpreted by units
.
width (float
or str
, optional) – The width of each colorbar. If float, units are inches. If string, interpreted by units
.
rasterized (bool
, default: rc['colorbar.rasterized']
= False
) – Whether to rasterize the colorbar solids. This increases rendering time and decreases file sizes for vector graphics.
proplot.figure.Figure
– The figure.
proplot.gridspec.SubplotGrid
– The subplot grid.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4