ArrayPlot[array] generates a plot in which the values in an array are shown in a discrete array of squares.
DiscretePlot[expr, {n, n_max}] generates a plot of the values of expr when n runs from 1 to n_max.DiscretePlot[expr, {n, n_min, n_max}] generates a plot of the values of expr ...
DiagramPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots the Voronoi diagram of the points {{x_1, y_1}, ...}. DiagramPlot[{{x_1, y_1}, {x_2, y_2}, ...}, {q_1, q_2, ...}, val] plots ...
ZPR
(Mathematica Import/Export Format) ZPrint CAD format. Used with Z Corporation 3D printers. Native format of the ZEdit and ZPrint applications. Developed by Z Corporation. Stores a physical 3D model and color ...
ChartStyle is an option for charting functions that specifies styles in which chart elements should be drawn.
CreatePalette[expr] creates a palette notebook containing expr, and opens it in the front end.CreatePalette[{expr_1, expr_2, ...}] creates and opens a palette notebook ...
GoldenRatio is the golden ratio \[Phi] = 1/2 (Sqrt[5] + 1), with numerical value \[TildeEqual] 1.61803.
GraphQ
(Built-in Mathematica Symbol) GraphQ[g] yields True if g is a valid Graph object and False otherwise.
GraphStyle is an option to Graph and related objects that specifies styles to use for the different graph elements.