Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Labels
Description
Documentation Link
https://matplotlib.org/devdocs/gallery/statistics/boxplot_vs_violin.html
Problem
This example states
For more information on violin plots, the scikit-learn docs have a great section:https://scikit-learn.org/stable/modules/density.html
However, the linked scikit-learn page does not mention violin plots (and I could not find anything by searching their documentation).
Also the link for the boxplot document does not work for me in Chrome. It does work if I usehttps
instead ofhttp
.
Suggested improvement
Remove the quoted line or find a new reference for violin plots.
Update the boxplot url fromhttp
tohttps
.