FrameTicksStyle is an option for 2D graphics functions that specifies how frame ticks should be rendered.
The Mathematica graphics language has many controls for preparing and laying out plots. Aligning plots is important when preparing graphics for presentation or publication.
Magnify
(Built-in Mathematica Symbol) Magnify[expr, r] represents an object to be displayed with magnification r. Magnify[expr] displays with expr magnified by a fixed factor.
SelectionAnimate[notebook] animates graphics in the current selection in a notebook. SelectionAnimate[notebook, t] animates graphics for t seconds.
JVX
(Mathematica Import/Export Format) JavaView 3D geometry format. Native format of the JavaView visualization software. Used for the visualization of 2D or 3D geometries. Can be embedded in web pages and viewed ...
Frame
(Built-in Mathematica Symbol) Frame is an option for Graphics, Grid, and other constructs that specifies whether to include a frame.
Background is an option that specifies what background color to use.
Axis
(Built-in Mathematica Symbol) Axis is a symbol that represents the axis for purposes of alignment and positioning.
Interpretation[e, expr] represents an object that displays as e, but is interpreted as the unevaluated form of expr if supplied as input. Interpretation[{x = x_0, y = y_0, ...
Raster
(Built-in Mathematica Symbol) Raster[{{a_11, a_12, ...}, ...}] is a two-dimensional graphics primitive which represents a rectangular array of gray cells. Raster[{{{r_11, g_11, b_11}, ...}, ...}] ...