New in Wolfram
Mathematica
8: Statistical Visualization
◄
previous
|
next
►
Graphics & Visualization
Create Box-and-Whisker Charts
Create a basic box-and-whisker chart.
In[1]:=
X
BoxWhiskerChart[ Table[RandomVariate[NormalDistribution[0, 1], 100], {8}], ImageSize -> 550, ChartStyle -> ColorData[17, 4], BaseStyle -> {FontFamily -> "Helvetica"}, LabelStyle -> Bold]
Out[1]=