Legacy Documentation

Mathematica 9 (2012)

This is documentation for Mathematica 9, which was
based on an earlier version of Wolfram Language.
View current documentation (Version 15.0)

FrameLabel

FrameLabel
is an option for Graphics, Manipulate, and related functions that specifies labels to be placed on the edges of a frame.

DetailsDetails

  • FrameLabel->None specifies that no labels should be given.
  • FrameLabel->label specifies a label for the bottom edge of the frame.
  • FrameLabel->{bottom, left} specifies labels for the bottom and left-hand edges of the frame.
  • FrameLabel->{{left, right}, {bottom, top}} specifies labels for each of the edges of the frame.
  • Any expression can be specified as a label. It will be given by default in TraditionalForm. Arbitrary strings of text can be given as . »
  • Labels for the vertical edges of the frame are by default written vertically. RotateLabel->False specifies that they should be horizontal.
New in 2 | Last modified in 6
ja zh