After creating or editing an animation in Mathematica , you can export it for use in other programs. Mathematica can import and export animations in several formats.
AspectRatio is an option for Graphics and related functions that specifies the ratio of height to width for a plot.
BaseForm[expr, n] prints with the numbers in expr given in base n.
CMYKColor[cyan, magenta, yellow, black] is a graphics directive which specifies that graphical objects which follow are to be displayed in the color given. CMYKColor[c, m, y, ...
Collect
(Built-in Mathematica Symbol) Collect[expr, x] collects together terms involving the same powers of objects matching x. Collect[expr, {x_1, x_2, ...}] collects together terms that involve the same powers ...
ConfidenceLevel is an option for LinearModelFit and other fitting functions that specifies the confidence level to use in generating parameter and prediction intervals.
EdgeIndex[g, e] gives the integer index for the edge e in the graph g.
Framed
(Built-in Mathematica Symbol) Framed[expr] displays a framed version of expr.
FrameLabel is an option for Graphics, Manipulate, and related functions that specifies labels to be placed on the edges of a frame.
Hyperlink[uri] represents a hyperlink that jumps to the specified URI when clicked. Hyperlink[label, uri] represents a hyperlink to be displayed as label.