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.11.10, pyp2qmd 0.1.1 and quarto 1.5.57 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.