from colorspace import diverging_hcl
= diverging_hcl()
pal
pal.hclplot()= 11) pal.hclplot(n
Palette Plot in HCL Space
Description
Internally calls hclplot, additional arguments to this main function can be forwarded via the **kwargs
argument.
Usage
sequential_hcl.hclplot(n=7, **kwargs)
Arguments
-
n
int
- Number of colors, defaults to 7.
-
**kwargs
- Additional named arguments forwarded to hclplot.