Boxplot – Seaborn
[ad_1]
We go over the box plot. I show some hidden gems not in the documentation and explain what the various parts of the box plot are.
Associated Github Commit:
https://github.com/knathanieltucker/seaborn-weird-parts/commit/b0ffec52f518455141f8af9da326fa02bea5e418
Associated Seaborn Links:
http://seaborn.pydata.org/generated/seaborn.boxplot.html#seaborn.boxplot
http://seaborn.pydata.org/tutorial/categorical.html
http://seaborn.pydata.org/examples/horizontal_boxplot.html
Source
[ad_2]
I love this! THANK YOU!!!!! Well done
Hi ,
How does barplot find these outliers?
What is a quartile?
Thanks
your voice is nice ♥ great work
In case, the things written in the x-coordinate(*not X label*) are clustered and overlap,
What is the solution?
In other words,
How to get the desired amount of space between 2 box plots?
Things I learend from this lecture:
Boxplot
*outliers / whiskers / bottom quartile / median / top quartile / whiskers / outliers
*whiskers: generally 1.5 interquartile ranges apart
*Draw swarmplot on top of a box plot(to check the size of the data)
Hello, please how do you treat the outliers
Hey, Nathaniel why don't all the boxplots at 2:41 seconds with the x ,y and data parameter seem to have the same whis value of 1.5 * IQR , the on Friday seems to have something like 0.8*IQR ? What is the reason for such?
Nicely presented! Thanks!