from colorspace import palette, diverging_hcl
# Default diverging HCL palette
= palette(diverging_hcl().colors(7))
pal
pal.specplot()= False) pal.specplot(rgb
Color Spectrum Plot
Description
Interfacing the colorspace.specplot.specplot function. Plotting the spectrum of the current color palette.
Usage
palette.specplot(*args, **kwargs)
Arguments
-
*args
- Forwarded to colorspace.specplot.specplot.
-
**kwargs
- Forwarded to colorspace.specplot.specplot.