Widget["Table"] represents a table.
LogPlot
(Built-in Mathematica Symbol) LogPlot[f, {x, x_min, x_max}] generates a log plot of f as a function of x from x_min to x_max. LogPlot[{f_1, f_2, ...}, {x, x_min, x_max}] generates log plots of several ...
TimeValue[s, i, t] calculates the time value of a security s at time t for an interest specified by i.
Mathematica provides many options for styling the cells that appear in notebooks. Some of the more common styling options are available directly from the Format menu. All ...
Because of its unified symbolic architecture, Mathematica provides powerful capabilities for creating layouts, both interactively and programmatically, and containing ...
Whether for simple annotation or to produce publication-quality plots, adding text outside the area of plots is one of many customization features that Mathematica provides ...
HelpBrowserSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for the legacy Help Browser.
Building large software systems in Mathematica should follow the general principles that apply to building any large software system. The details may be unique to Mathematica ...
BarChart3D[{y_1, y_2, ...}] makes a 3D bar chart with bar lengths y_1, y_2, ....BarChart3D[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a 3D bar chart with bar ...
BarChart[{y_1, y_2, ...}] makes a bar chart with bar lengths y_1, y_2, ....BarChart[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a bar chart with bar features defined ...