New in Wolfram
Mathematica
8: Statistical Visualization
◄
previous
|
next
►
Graphics & Visualization
Q-Q Plots
Create quantile-quantile plots that compare datasets to the best-fitting normal distribution.
In[1]:=
X
QuantilePlot[Range[0, 10, 0.1], PlotStyle -> Directive[PointSize[Large], ColorData[13, 10]], ReferenceLineStyle -> Thick, AspectRatio -> 1, Filling -> {2 -> {{1}, Opacity[0.4, ColorData[13, 10]]}}, BaseStyle -> {FontFamily -> "Helvetica"}, ImageSize -> 550, LabelStyle -> Bold]
Out[1]=