Overlay
(Built-in Mathematica Symbol) Overlay[{expr_1, expr_2, ...}] displays as an overlay of all the expr_i.Overlay[{expr_1, expr_2, ...}, {i, j, ...}] displays as an overlay of expr_i, expr_j, ...
RadioButtonBar[x, {val_1, val_2, ...}] represents a radio button bar with setting x and with labeled radio buttons for values val_i.RadioButtonBar[Dynamic[x], {val_1, val_2, ...
HighlightGraph[g, {a_1, a_2, ...}] highlights the a_i that can be vertices, edges, or subgraphs of g.HighlightGraph[g, {..., w_j[a_j], ...}] highlights using the symbolic ...
This example demonstrates some simple interaction between user interface controls and some Mathematica scripting.
Here is an implementation of the RealTimeAlgebra J/Link example. You can also interact with the dialog in a modeless session.
EquationTrekkerNonModal is the nonmodal dialog version of EquationTrekker.
Mathematica provides a convenient collection of platform-independent functions for manipulating names of files and directories. These functions can also be used to assemble ...
Mathematica allows arbitrary styling of any form of text to be specified either interactively from menus and commands—or programmatically using its powerful symbolic ...
Mathematica gives you the power to visualize functions of two variables in multiple ways, including three-dimensional parametric plots, spherical plots, polar plots, and ...
Mathematica can plot parametric functions in both two and three dimensions. Use a parametric plot when you can express the x and y or x , y , and z coordinates at each point ...