SymbolName[symbol] gives the name of the specified symbol.
VectorColorFunction is an option for VectorPlot and related functions which specifies a function to apply to determine colors of field vectors drawn.
Of particular importance in handling high-throughput programmatic graphics are Mathematica's sophisticated mechanisms for controlling graphics size and shape—allowing ...
Placeholder[name] represents a placeholder labeled with name that indicates a place to type.Placeholder[] gives the empty placeholder \[Placeholder].
Spacings is an option to Grid and related constructs that specifies the spacings to leave between successive objects.
SQLTables[conn] returns the SQLTable objects for each table in an SQL connection.
GraphicsRow[{g_1, g_2, ...}] generates a graphic in which the g_i are laid out in a row.GraphicsRow[list, spacing] leaves the specified spacing between successive elements.
ItemSize is an option for Grid, Column, and related constructs that specifies the sizes to allow for items.
Dividers is an option for Grid and related constructs that specifies where and how to draw divider lines.
SQLCreateTable[conn, table, columns] creates a new table in an SQL connection.