Mathematica provides an extensive, straightforward set of tools to control the appearance of your charts. Whether you are creating chart legends with the symbolic wrapper ...
CForm
(Built-in Mathematica Symbol) CForm[expr] prints as a C language version of expr.
ChanVeseBinarize[image] finds a two-level segmentation of image by computing optimal contours around regions of consistent intensity in image.ChanVeseBinarize[image, marker] ...
ClusteringComponents[array] gives an array in which each element of array is replaced by an integer index representing the cluster in which the element ...
Divide
(Built-in Mathematica Symbol) x/y or Divide[x, y] is equivalent to x y^-1.
EventLabels is an option to CandlestickChart, KagiChart, and similar functions that specifies events to labels.
FortranForm[expr] prints as a Fortran language version of expr.
GroupElementPosition[group, g] returns the position of the element g in the list of elements of group.GroupElementPosition[group, {g_1, ..., g_n}] returns the list of ...
ImageDeconvolve[image, ker] gives a deconvolution of image using kernel ker.
JoinForm[type] is a graphics directive that specifies what type of joins should be used to connect segments of lines, tubes, edges, and related primitives.