LibraryUnload[lib] unloads all functions that have been loaded from a Wolfram Library, then it unloads the library.
$LibraryPath gives the default list of directories to search in attempting to find a library.
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 ...
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 ...
ParametricPlot[{f_x, f_y}, {u, u_min, u_max}] generates a parametric plot of a curve with x and y coordinates f_x and f_y as a function of u. ParametricPlot[{{f_x, f_y}, ...
SetWidgetReference[name, value] registers a widget with string name in the widget registry for the current interface.