>>> import seaborn as sns >>> sns.set_theme(style="whitegrid") >>> ax = sns.boxplot(x=tips["total_bill"])