TraceScan[f, expr] applies f to all expressions used in the evaluation of expr. TraceScan[f, expr, form] includes only those expressions which match form. TraceScan[f, expr, ...
Making lists from functions. This makes a list of 5 elements, each of the form p[i]. Here is another way to produce the same list.
GeometricTransformation[g, tfun] represents the result of applying the transformation function tfun to the geometric objects corresponding to the primitives ...
Histogram3D[{{x_1, y_1}, {x_2, y_2}, ...}] plots a 3D histogram of the values {x_i, y_i}.Histogram3D[{{x_1, y_1}, {x_2, y_2}, ...}, bspec] plots a 3D histogram with bins ...
BoxLineStyle is an option for BoxWhiskerPlot which specifies styles to be applied to the lines drawn in the plot.
BoxMedianStyle is an option for BoxWhiskerPlot which specifies additional styles to be applied specifically to the median lines in the plot.
BoundaryStyle is an option for plotting functions that specifies the style in which boundaries of regions should be drawn.
FormBox
(Built-in Mathematica Symbol) FormBox[boxes, form] is a low-level box construct which displays as boxes but specifies that rules associated with form should be used to interpret boxes on input.
MenuStyle is an option for menu-generating constructs that specifies the style to use in displaying menu items.
$PrePrint is a global variable whose value, if set, is applied to every expression before it is printed.