import seaborn seaborn.set(style='whitegrid') tip = seaborn.load_dataset('tips') seaborn.boxplot(x='day', y='tip', data=tip)