seaborn.
choose_light_palette
(input='husl', as_cmap=False)¶Launch an interactive widget to create a light sequential palette.
This corresponds with the light_palette()
function. This kind
of palette is good for data that range between relatively uninteresting
low values and interesting high values.
Requires IPython 2+ and must be used in the notebook.
Parameters: | input : {‘husl’, ‘hls’, ‘rgb’}
as_cmap : bool
|
---|---|
Returns: | pal or cmap : list of colors or matplotlib colormap
|
See also
light_palette
dark_palette
cubehelix_palette