VectorPlot[{v_x, v_y}, {x, x_min, x_max}, {y, y_min, y_max}] generates a vector plot of the vector field {v_x, v_y} as a function of x and y. VectorPlot[{{v_x, v_y}, {w_x, ...
Inset
(Built-in Mathematica Symbol) Inset[obj] represents an object obj inset in a graphic. Inset[obj, pos] specifies that the inset should be placed at position pos in the graphic. Inset[obj, pos, opos] aligns ...
ListVectorPlot3D[array] generates a 3D vector plot from a 3D array of vector field values.ListVectorPlot3D[{{{x_1, y_1, z_1}, {vx_1, vy_1, vz_1}}, ...}] generates a 3D vector ...
GrayLevel[level] is a graphics directive that specifies the gray-level intensity with which objects that follow should be displayed. GrayLevel[g, a] specifies opacity a.
NormalizeVertices[v] gives a list of vertices with a similar embedding as v but with the coordinates of all points scaled to be between 0 and 1.
PlayRange is an option for Play and related functions which specifies what range of sound amplitude levels should be included.
EuclideanDistance[u, v] gives the Euclidean distance between vectors u and v.
LegendPosition is an option for Legend, which specifies the location of the lower-left corner of a legend box.
CanberraDistance[u, v] gives the Canberra distance between vectors u and v.
InverseRadon[image] gives the inverse discrete Radon transform of image.InverseRadon[image, {w, h}] specifies the width w and the height h of the resulting image.