Lists are central constructs in Mathematica that are used to represent collections, arrays, sets, and sequences of all kinds. Well over a thousand built-in functions ...
AxesOrigin is an option for graphics functions that specifies where any axes drawn should cross.
BarOrigin is an option to BarChart and related functions that specifies the origin placement for bars.
CDFInformation[expr] gives a list of properties relevant to a CDF deployed with the content expr.CDFInformation[notebook] gives usage properties for a CDF to be deployed from ...
ChartLegends is an option for charting functions that specifies what legends should be used for chart elements.
CreateDocument[] creates an empty document notebook and opens it in the front end.CreateDocument[expr] creates and opens a document notebook containing the expression ...
EdgeLabeling is an option for GraphPlot and related functions that specifies whether labeling specified for edges should be displayed by default.
FaceForm[g] is a graphics directive which specifies that faces of polygons and other filled graphics objects are to be drawn using the graphics directive or list of ...
FactorTerms[poly] pulls out any overall numerical factor in poly. FactorTerms[poly, x] pulls out any overall factor in poly that does not depend on x. FactorTerms[poly, {x_1, ...
InterpretationBox[boxes, expr] is a low-level box construct that displays as boxes but is interpreted on input as expr.