Skip to content

Commit f753fc7

Browse files
committed
Don't use xkcd_rgb in pointplot examples
Was causing Travis failures for some reason.
1 parent e78a687 commit f753fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seaborn/categorical.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2448,7 +2448,7 @@ def pointplot(x=None, y=None, hue=None, data=None, order=None, hue_order=None,
24482448
:context: close-figs
24492449
24502450
>>> ax = sns.pointplot("time", y="total_bill", data=tips,
2451-
... color=sns.xkcd_rgb["dull red"])
2451+
... color="#bb3f3f")
24522452
24532453
Use a different color palette for the points:
24542454

0 commit comments

Comments
 (0)