Widgets created within a user interface definition can be named and registered in an object registry for easy lookup reference by script code and other widgets. Complete ...
Cashflow[{c_0, c_1, ..., c_n}] represents a series of cash flows occurring at unit time intervals.Cashflow[{c_0, c_1, ..., c_n}, q] represents cash flows occurring at time ...
WolframAlpha["query"] sends query to Wolfram|Alpha and imports the output.WolframAlpha["query", format] imports the output according to the specified format.
GUIKit definitions are defined as a hierarchy of widgets, whether they are defined in the Mathematica expression format or in the XML format, GUIKitXML. A single ...
Mathematica offers great flexibility for adding text to graphics; you can add text interactively using the Drawing Tools palette or programmatically using various graphics ...
DefaultNewInlineCellStyle is an option for cells that specifies the default style to use for new inline cells created in the notebook.
Refresh
(Built-in Mathematica Symbol) Refresh[expr, opts] represents an object whose value in a Dynamic should be refreshed at times specified by the options opts. Refresh[expr, None] specifies that the value of ...
StructuredSelection is an option for Cell that specifies whether to allow only complete subexpressions in the cell to be selected interactively using the front end.
DensityHistogram[{{x_1, y_1}, {x_2, y_2}, ...}] plots a density histogram of the values {x_i, y_i}.DensityHistogram[{{x_1, y_1}, {x_2, y_2}, ...}, bspec] plots a density ...
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, ...], ...