Legended[expr, lbl] indicates that a legend entry for expr should be created, with label lbl.
LibraryLoad[lib] loads the dynamic library lib into the Mathematica runtime.
ListLogLinearPlot[{{x_1, y_1}, {x_2, y_2}, ...}] makes a log-linear plot of the specified list of x and y values.ListLogLinearPlot[{list_1, list_2, ...}] plots several lists ...
MaxPlotPoints is an option for plotting functions like ArrayPlot and ListPlot3D that specifies the maximum number of points that will explicitly be included in the output.
Null
(Built-in Mathematica Symbol) Null is a symbol used to indicate the absence of an expression or a result. It is not displayed in ordinary output. When Null appears as a complete output expression, no ...
RowsEqual is an option for the low-level function GridBox that specifies whether all rows in the grid should be assigned equal total height.
SaveDefinitions is an option to Manipulate and related functions that specifies whether current definitions relevant for the evaluation of the expression being manipulated ...
ShowCellLabel is an option for Cell that specifies whether to display the label for a cell.
TableDirections is an option for TableForm and MatrixForm which specifies whether successive dimensions should be arranged as rows or columns.
VerifyConvergence is an option to Sum, NSum, and similar functions that specifies whether convergence checking should be done.