seaborn.choose_dark_palette(input='husl', as_cmap=False)¶Launch an interactive widget to create a dark sequential palette.
This corresponds with the dark_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
dark_palettelight_palettecubehelix_palette