AxesStyle
Usage
• AxesStyle is an option for graphics functions which specifies how axes should be rendered.
Notes
• 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. • The default color of axes is specified by the option DefaultColor. • New in Version 2.
|