SystemDialogInput["type"] brings up an interactive system dialog and returns the value chosen in the dialog. SystemDialogInput["type", init] uses init as the initial setting ...
PairedBarChart[{y_1, y_2, ...}, {z_1, z_2, ...}] makes a paired bar chart with bar lengths y_1, y_2, ... and z_1, z_2, ..., respectively.PairedBarChart[{..., w_i[y_i, ...], ...
GridLines is an option for two-dimensional graphics functions that specifies grid lines.
InputForm[expr] prints as a version of expr suitable for input to Mathematica.
Rectangle[{x_min, y_min}, {x_max, y_max}] is a two-dimensional graphics primitive that represents a filled rectangle, oriented parallel to the axes. Rectangle[{x_min, y_min}] ...
DocumentNotebook[{cell_1, cell_2, ...}] represents a complete document notebook in the Mathematica front end.
FilledCurve[{segment_1, segment_2, ...}] represents a filled curve consisting of segment_1 followed by segment_2 etc. FilledCurve[{component_1, component_2, ...}] represents ...
PropertyList[{obj, item}] lists the properties available for item in obj.
StringMatchQ["string", patt] tests whether " string" matches the string pattern patt. StringMatchQ["string", RegularExpression["regex"]] tests whether " string" matches the ...
Legend
(Plot Legends Package Symbol) Legend[{{box_1, text_1}, ...}, options] generates a legend with the specified boxes and text.Legend[func, num, options] generates a legend by applying func to numbers between ...