seaborn.set_palette(palette, n_colors=None, desat=None, color_codes=False)¶Set the matplotlib color cycle using a seaborn palette.
| Parameters: |
|
|---|
See also
color_palettewith statement.set_contextset_styleExamples
>>> set_palette("Reds")
>>> set_palette("Set1", 8, .75)