如何用中值标记seaborn图中的每个箱图?
例如
import seaborn as sns sns.set_style("whitegrid") tips = sns.load_dataset("tips") ax = sns.boxplot(x="day", y="total_bill", data=tips)
如何用中位数或平均值标记每个箱图?
python matplotlib seaborn
matplotlib ×1
python ×1
seaborn ×1