Mathematica options starts the full Mathematica system including notebook interface on Windows and Mac.
Manipulator[x] represents a manipulator with setting x in the range 0 to 1. Manipulator[Dynamic[x]] takes the setting to be the dynamically updated current value of x, with ...
Selectable is an option for displayed objects, cells, and notebooks that specifies whether their contents can be selected interactively using the front end.
SelectionEvaluate[notebook] replaces the current selection in a notebook with the result obtained by evaluating the contents of the selection in the kernel. ...
In the standard notebook front end, Mathematica allows you to set a large number of global options. The values of all these options are by default saved in a "preferences ...
PairedHistogram[{x_1, x_2, ...}, {y_1, y_2, ...}] plots a paired histogram of the values x_i and y_i.PairedHistogram[{x_1, x_2, ...}, {y_1, y_2, ...}, bspec] plots a paired ...
Mathematica provides a broad range of powerful constructs for laying out content on a screen or page. They are designed to be immediately useful for the beginner, yet also ...
In Mathematica's unified symbolic architecture, every Mathematica notebook you see is represented as a symbolic expression that can be manipulated and controlled ...
Transparency is useful in plots when you need an unobstructed view of multiple components of one plot, or simply want to lighten a single plot component against a white ...
Mathematica includes rich support for linking between notebooks and from notebooks to websites. You can simply add references to a single notebook or link between a series of ...