ListPointPlot3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] generates a 3D scatter plot of points with coordinates {x_i, y_i, z_i}. ListPointPlot3D[array] generates a 3D scatter ...
Widget["FileDialog"] represents an Open or Save dialog.
Widget["Wizard"] represents a collection of pages that form a wizard.
Widget["WizardPage"] represents a page of a wizard.
This example illustrates how to take advantage of Widget["Action"] objects and easily connect and construct typical user interface elements, such as menu items, toolbars, ...
Files and pipes are both examples of general Mathematica objects known as streams. A stream in Mathematica is a source of input or output. There are many operations that you ...
Mathematica supports a variety of coordinate systems, organized for ease and efficiency of both direct and programmatic use. It supports convenient robust automatic range and ...
ContentPadding is an option for objects that can be displayed with frames that specifies whether the vertical margins should shrink wrap tightly around the contents.
DockedCells is an option for notebooks that gives a list of cells that are to be displayed "docked" at the top of the notebook.
FieldMasked is an option to InputField that determines whether to mask user input.