Mathematica 9 is now available

AxesLabel

Usage

AxesLabel is an option for graphics functions that specifies labels for axes.


Notes

AxesLabel -> None specifies that no labels should be given.
AxesLabel -> label specifies a label for the  axis of a two-dimensional plot, and the  axis of a three-dimensional plot.
AxesLabel -> {xlabel, ylabel, ... } specifies labels for different axes.
• By default, axes labels in two-dimensional graphics are placed at the ends of the axes. In three-dimensional graphics, they are aligned with the middles of the axes.
• Any expression can be specified as a label. It will be given in OutputForm. Arbitrary strings of text can be given as "text".
• See also: PlotLabel, FrameLabel.
• New in Version 1.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.