File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
galleries/examples/statistics Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1212the whole range of the data.
1313
1414A good general reference on boxplots and their history can be found
15- here: http ://vita.had.co.nz/papers/boxplots.pdf
15+ here: https ://vita.had.co.nz/papers/boxplots.pdf
1616
1717Violin plots require matplotlib >= 1.4.
1818
19- For more information on violin plots, the scikit-learn docs have a great
20- section: https://scikit-learn.org/stable/modules/density.html
19+ Violin plots show the distribution of the data as a rotated kernel density
20+ estimate (KDE) along with summary statistics similar to a box plot.
21+
22+ For more information on violin plots, see:
23+ https://en.wikipedia.org/wiki/Violin_plot
2124"""
2225
2326import matplotlib .pyplot as plt
You can’t perform that action at this time.
0 commit comments