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.

Examples

from colorspace import palette, diverging_hcl
# Default diverging HCL palette
pal = palette(diverging_hcl().colors(7))
pal.specplot()
pal.specplot(rgb = False)