DataTicks is an option for PairwiseScatterPlot which specifies ticks to place on the plot for each column of data.
IncludeEmptyStems is an option for StemLeafPlot which specifies whether stems with no leaves should be included in the plot.
IncludeStemCounts is an option for StemLeafPlot which specifies whether a column of counts for each stem should be included.
IncludeStemUnits is an option for StemLeafPlot which specifies whether the units of the stems should be included with the plot.
Leaves
(Statistical Plots Package Symbol) Leaves is an option for StemLeafPlot that specifies how leaves should be displayed.
PairwiseScatterPlot[m] creates a matrix of scatter plots comparing the data in each column of m against columns of m.
ParetoPlot[list] creates a Pareto plot from the frequencies of the elements in list.ParetoPlot[{{cat_1, freq_1}, {cat_2, freq_2}, ...}] creates a Pareto plot from categories ...
PlotDirection is an option for PairwiseScatterPlot which specifies the direction in which scatter plots are generated.
StemExponent is an option for StemLeafPlot which specifies the integer power of 10 to be used as the stem unit.
StemLeafPlot[data] creates a stem-and-leaf plot for the real-valued vector data.StemLeafPlot[data_1, data_2] creates a side-by-side stem-and-leaf plot for the vectors data_1 ...