Palette Plot in HCL Space

Description

Internally calls hclplot, additional arguments to this main function can be forwarded via the **kwargs argument.

Usage

qualitative_hcl.hclplot(n=7, **kwargs)

Arguments

nint
Number of colors, defaults to 7.
**kwargs
Additional named arguments forwarded to hclplot.

Examples

from colorspace import diverging_hcl
pal = diverging_hcl()
pal.hclplot()
pal.hclplot(n = 11)