LocatorRegion is an option for Locator that specifies where the locator object should by default be allowed to go when it is dragged.
Medium
(Built-in Mathematica Symbol) Medium is a style or option setting that specifies that objects should be medium sized.
PixelConstrained is an option for ArrayPlot which specifies how to constrain cells to align with displayed pixels.
RegionFunction is an option for plotting functions that specifies the region to include in the plot drawn.
Tiny
(Built-in Mathematica Symbol) Tiny is a style or option setting that specifies that objects should be tiny.
Expressions are the main type of data in Mathematica. Expressions can be written in the form h[e_1,e_2,…]. The object h is known generically as the head of the expression. ...
SQLCreateTable creates a new table in a database. An alternative, using raw SQL, is described in "Creating Tables with Raw SQL". If you find that the examples in this ...
The raw SQL command CREATE TABLE creates tables in a database. An alternative is to use the Mathematica command SQLCreateTable, described in "Creating Tables". If you find ...
Blend
(Built-in Mathematica Symbol) Blend[{col_1, col_2}, x] gives a color obtained by blending a fraction 1 - x of color col_1 and x of color col_2.Blend[{col_1, col_2, col_3, ...}, x] linearly interpolates ...
MeshStyle is an option for Plot3D, DensityPlot, and other plotting functions that specifies the style in which to draw a mesh.