Colorize[m] generates an image from an integer matrix m, using colors for positive integers and black for non-positive integers.Colorize[image] replaces intensity values in ...
ContourLabels is an option for contour plots that specifies how to label contours.
DefaultAxesStyle is a low-level option for graphics functions that specifies the default style to use in displaying axes and axes-like constructs.
Distributed[x, dist] or x \[Distributed] dist asserts that the random variable x is distributed according to the probability distribution dist.Distributed[{x_1, x_2, ...}, ...
Dithering is an option for ColorQuantize that specifies whether or not to apply dithering while quantizing the pixel values.
DynamicWrapper[e, expr] represents an object that displays as e, but dynamically updates the expression expr whenever that object is visible on screen.
ExtentMarkers is an option to DiscretePlot and DiscretePlot3D that specifies markers to draw at extent boundaries.
FileExtension["file"] gives the file extension for a file name.
FileNameJoin[{"name_1", "name_2", ...}] joins the name_i together into a file name suitable for your current operating system.
FindLinearRecurrence[list] finds if possible the minimal linear recurrence that generates list.FindLinearRecurrence[list, d] finds if possible the linear recurrence of ...