Some people find it confusing with whiskers and outliers in a Boxplot. Is it possible to remove those from the Boxplot in Seaborn?
Can I remove whiskers and outliers from Boxplot?
You can remove the outliers by setting showfliers=False
and remove whiskers by setting whis=0
.
Where in the code? Please upload as code sample –
Hydrogenous
To complement @SmellsLikeCake answer, I had some transparency in the box and with whis=0
I still was seeing the whiskers. To fully remove them add showcaps = False
.
© 2022 - 2024 — McMap. All rights reserved.