|
Axes
Axes is an option for graphics functions that specifies whether axes should be drawn.
Axes -> True draws all axes.
Axes -> False draws no axes.
Axes -> {False, True} draws a axis but no axis in two dimensions.
In two dimensions, axes are drawn to cross at the position specified by the option AxesOrigin.
In three dimensions, axes are drawn on the edges of the bounding box specified by the option AxesEdge.
See Section 1.9.2, Section 1.9.6, Section 2.10.5 and Section 2.10.13.
See also: AxesLabel, Frame, GridLines, Boxed.
New in Version 1.
Further Examples
|