在seaborn的箱图中显示平均值

时间:2018-11-04 21:42:53

标签: python r ggplot2 seaborn

如何在seaborn中生成的箱形图内显示“均值”值(例如:作为红点)。在R中可以很容易地使用ggplot2中的stat_summary做到这一点,但是在Seaborn中可以做到吗?我正在使用网站上的示例代码: 下方的https://python-graph-gallery.com/30-basic-boxplot-with-seaborn/

import seaborn as sns
df = sns.load_dataset('iris')

sns.boxplot(data=df.ix[:,0:2])

0 个答案:

没有答案