diff --git a/doc/faq/howto_faq.rst b/doc/faq/howto_faq.rst index 09c13d6d35c0..072a42dfbea6 100644 --- a/doc/faq/howto_faq.rst +++ b/doc/faq/howto_faq.rst @@ -560,12 +560,19 @@ though we have made significant progress towards supporting blocking events. Interpreting box plots and violin plots --------------------------------------- -Tukey's `box plots `_ (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. +Tukey's :doc:`box plots ` (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. .. figure:: ../_static/boxplot_explanation.png -`Violin plots `_ are closely related to box plots but add useful information such as the distribution of the sample data (density trace). -Violin plots were added in Matplotlib 1.4. +:doc:`Violin plots ` are closely related to box +plots but add useful information such as the distribution of the sample data +(density trace). Violin plots were added in Matplotlib 1.4. .. _how-to-threads: