Functions relating real numbers and integers. Extracting integer and fractional parts. IntegerPart[x] and FractionalPart[x] can be thought of as extracting digits to the left ...
ProbabilityScalePlot[{x_1, x_2, ...}] generates a normal probability plot of the samples x_i. ProbabilityScalePlot[{x_1, x_2, ...}, " dist"] generates a probability plot ...
OrderStarLegend is an option to OrderStarPlot that specifies whether to display the legend of symbols used to represent zeros, poles and interpolation points.
Rasterize[g] returns a rasterized graphic of g. Rasterize[g, elem] gives the element elem associated with the rasterized form of g.
ViewVector is an option for Graphics3D and related functions which specifies the position and direction of a simulated camera used to view three-dimensional objects.
ListVectorDensityPlot[array] generates a vector plot from a 2D array of vector and scalar field values {{vx_ij, vy_ij}, s_ij}. ListVectorDensityPlot[{{{x_1, y_1}, {{vx_1, ...
Lighting is an option for Graphics3D and related functions that specifies what simulated lighting to use in coloring 3D surfaces.
Arrowheads[spec] is a graphics directive specifying that arrows that follow should have arrowheads with sizes, positions, and forms specified by spec.
Specularity[s] is a graphics directive which specifies that surfaces of 3D graphics objects which follow are to be taken to have specularity s. Specularity[s, n] uses ...
To control how a 3D surface responds to simulated light, set its reflection properties. Mathematica lets you control the diffuse reflection of light on a matte surface and ...