Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23160

How to add mean into boxplot visualization?

$
0
0

I was able to visualize my data in a boxplot using Seaborn.

sns.boxplot( x=df['Score'].astype('float'), y=df['Group'] )

The visualization shows me: all four quartiles, lower and upper whisker, and some outliers. How can I also add the Mean line into the boxplots? See current visualization (without mean).

enter image description here

Thanks!


Viewing all articles
Browse latest Browse all 23160

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>