Skip to content

Commit f829d34

Browse files
committed
Fix as_hex doctest
1 parent be48616 commit f829d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seaborn/palettes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def color_palette(palette=None, n_colors=None, desat=None):
150150
.. plot::
151151
:context: close-figs
152152
153-
>>> pal = sns.color_palette("muted", 3)
153+
>>> pal = sns.color_palette("muted", 4)
154154
>>> pal.as_hex()
155155
[u'#4878cf', u'#6acc65', u'#d65f5f', u'#b47cc7']
156156

0 commit comments

Comments
 (0)