seaborn.
blend_palette
(colors, n_colors=6, as_cmap=False, input='rgb')¶Make a palette that blends between a list of colors.
Parameters: | colors : sequence of colors in various formats interpreted by
n_colors : int, optional
as_cmap : bool, optional
|
---|---|
Returns: | palette or cmap : seaborn color palette or matplotlib colormap
|