from colorspace import palette
pal = palette(["#FCFFC9", "#E8C167", "#D67500", "#913640", "#1D0B14"],
name = "Custom Palette")
pal.swatchplot()
pal.swatchplot(figsize = (5, 1))


Documentation built with Python 3.14.2, pyp2qmd 0.1.2 and quarto 1.8.27 on GitHub.
Interfacing the main swatchplot function. Plotting the spectrum of the current color palette.
palette.swatchplot(**kwargs)
**kwargs
show_names will always be set to False.