Skip to content

Commit

Permalink
Fix color_palette docstring (fixes #2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Dec 12, 2020
1 parent 975f95c commit f9916e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seaborn/palettes.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def color_palette(palette=None, n_colors=None, desat=None, as_cmap=False):
Possible ``palette`` values include:
- Name of a seaborn palette (deep, muted, bright, pastel, dark, colorblind)
- Name of matplotlib colormap
- 'husl' or 'hsl'
- 'husl' or 'hls'
- 'ch:<cubehelix arguments>'
- 'light:<color>', 'dark:<color>', 'blend:<color>,<color>',
- A sequence of colors in any format matplotlib accepts
Expand Down

0 comments on commit f9916e8

Please sign in to comment.