|
AxesStyle
AxesStyle is an option for graphics functions which specifies how axes should be rendered.
AxesStyle can be used in both two- and three-dimensional graphics.
AxesStyle -> style specifies that all axes are to be generated with the specified graphics directive, or list of graphics directives.
AxesStyle ->  xstyle , ystyle , ... specifies that axes should use graphics directives xstyle, ... . The styles must be enclosed in lists, perhaps of length one.
Styles can be specified using graphics directives such as Dashing, Hue and Thickness.
The default color of axes is specified by the option DefaultColor.
See Section 2.10.5 and Section 2.10.13.
See also: Prolog, Epilog, PlotStyle, FrameStyle.
New in Version 2.
Further Examples
|