|
SOLUTIONS
|
STATISTICAL PLOTS PACKAGE SYMBOL
BoxLabels
![]()
is an option for BoxWhiskerPlot that specifies labels to be given for each of the datasets.
DetailsDetails
- To use
, you first need to load the Statistical Plots Package using Needs["StatisticalPlots`"]. - Valid settings are None, Automatic, or a list of labels. The default setting is Automatic.
- With BoxLabels->Automatic, multiple boxes are labeled using Range[n], where n is the number of boxes. For a single box, no label is used.
specifies that successive labels
should be used cyclically for successive plots.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

