TicksStyle is an option for graphics functions which specifies how ticks should be rendered.
Mathematica's core tree-oriented symbolic language makes it well suited to working with a hierarchical view of C code as Mathematica expressions. This supports the use of the ...
WaveletImagePlot[dwd] plots the basis tree of wavelet image coefficients in the DiscreteWaveletData dwd.WaveletImagePlot[dwd, r] plots coefficients up to refinement level ...
Ceiling
(Built-in Mathematica Symbol) Ceiling[x] gives the smallest integer greater than or equal to x. Ceiling[x, a] gives the smallest multiple of a greater than or equal to x.
SparseArray[{pos_1 -> val_1, pos_2 -> val_2, ...}] yields a sparse array in which values val_i appear at positions pos_i. SparseArray[{pos_1, pos_2, ...} -> {val_1, val_2, ...
CentralMoment[list, r] gives the r\[Null]^th central moment of the elements in list with respect to their mean.CentralMoment[dist, r] gives the r\[Null]^th central moment of ...
ListGraphs[n, m] returns all nonisomorphic undirected graphs with n vertices and m edges. ListGraphs[n, m, Directed] returns all nonisomorphic directed graphs with n vertices ...
Normal
(Built-in Mathematica Symbol) Normal[expr] converts expr to a normal expression, from a variety of special forms.
Opacity
(Built-in Mathematica Symbol) Opacity[a] is a graphics directive which specifies that graphical objects which follow are to be displayed, if possible, with opacity a. Opacity[a, color] uses the specified ...
GUIResolve[src] resolves an interface definition to its top-level completely loaded widget and enclosing widgets.GUIResolve[src, args] passes arguments to the interface ...