Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7e55f6

Browse files
authored
Merge pull request #15761 from meeseeksmachine/auto-backport-of-pr-15752-on-v3.1.1-doc
Backport PR #15752 on branch v3.1.1-doc (Update boxplot/violinplot faq.)
2 parents d9f7abb + aa255af commit f7e55f6

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

doc/faq/howto_faq.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,12 +528,19 @@ you're all done issuing commands and you want to draw the figure now.
528528
Interpreting box plots and violin plots
529529
---------------------------------------
530530

531-
Tukey's `box plots <http://matplotlib.org/examples/pylab_examples/boxplot_demo.html>`_ (Robert McGill, John W. Tukey and Wayne A. Larsen: "The American Statistician" Vol. 32, No. 1, Feb., 1978, pp. 12-16) are statistical plots that provide useful information about the data distribution such as skewness. However, bar plots with error bars are still the common standard in most scientific literature, and thus, the interpretation of box plots can be challenging for the unfamiliar reader. The figure below illustrates the different visual features of a box plot.
531+
Tukey's :doc:`box plots </gallery/statistics/boxplot_demo>` (Robert McGill,
532+
John W. Tukey and Wayne A. Larsen: "The American Statistician" Vol. 32, No. 1,
533+
Feb., 1978, pp. 12-16) are statistical plots that provide useful information
534+
about the data distribution such as skewness. However, bar plots with error
535+
bars are still the common standard in most scientific literature, and thus, the
536+
interpretation of box plots can be challenging for the unfamiliar reader. The
537+
figure below illustrates the different visual features of a box plot.
532538

533539
.. figure:: ../_static/boxplot_explanation.png
534540

535-
`Violin plots <http://matplotlib.org/examples/statistics/violinplot_demo.html>`_ are closely related to box plots but add useful information such as the distribution of the sample data (density trace).
536-
Violin plots were added in Matplotlib 1.4.
541+
:doc:`Violin plots </gallery/statistics/violinplot>` are closely related to box
542+
plots but add useful information such as the distribution of the sample data
543+
(density trace). Violin plots were added in Matplotlib 1.4.
537544

538545
.. _how-to-threads:
539546

0 commit comments

Comments
 (0)