# Example using HCL colors
from colorspace import HCL, hexcols
cols = HCL(H = [220, 196, 172, 148, 125],
           C = [ 44,  49,  55,  59,  50],
           L = [ 49,  61,  72,  82,  90])
cols.hclplot();
Documentation built with Python 3.11.10, pyp2qmd 0.1.1 and quarto 1.5.57 on GitHub.
Convenience method for calling hclplot on the current color object. Additional arguments can be forwarded via **kwargs (see hclplot for details).
polarLUV.hclplot(**kwargs)**kwargs