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


Documentation built with Python 3.14.2, pyp2qmd 0.1.2 and quarto 1.8.27 on GitHub.
Interfacing the colorspace.specplot.specplot function. Plotting the spectrum of the current color palette.
palette.specplot(*args, **kwargs)
*args
**kwargs