Palette Plot in HCL Space

Description

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

Usage

palette.hclplot(**kwargs)

Arguments

**kwargs
Additional named arguments forwarded to hclplot.

Examples

from colorspace import palette, diverging_hcl
pal = palette(diverging_hcl().colors(7))
pal.hclplot()