PopupWindow[expr, contents] displays as expr, but pops up a window containing contents when clicked.
ListPlot[{y_1, y_2, ...}] plots points corresponding to a list of values, assumed to correspond to x coordinates 1, 2, .... ListPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a ...
Plot3D
(Built-in Mathematica Symbol) Plot3D[f, {x, x_min, x_max}, {y, y_min, y_max}] generates a three-dimensional plot of f as a function of x and y. Plot3D[{f_1, f_2, ...}, {x, x_min, x_max}, {y, y_min, ...
Mathematica provides flexible options for labeling plots, allowing you to present ideas more clearly in presentations and publications.
FieldHintStyle is an option for InputField that specifies the style to use for displaying the field hint.
LibraryFunction[args] represents a function that has been loaded from a Wolfram Library.
LibraryFunctionUnload[fun] unloads a LibraryFunction so that it cannot be used.
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 ...