Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Annotating & Combining Graphics >

PlotLabel

PlotLabel
is an option for graphics functions that specifies an overall label for a plot.
  • PlotLabel->None specifies that no label should be given.
  • PlotLabel->label specifies a label to give.
  • Any expression can be used as a label. It will be given by default in TraditionalForm. Arbitrary strings of text can be given as "text".  »
  • PlotLabel->StandardForm[expr] will give a label in standard Mathematica form.  »
Use any Mathematica notation for labels:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
Use Style and other typesetting functions to modify how the label appears:
In[1]:=
Click for copyable input
Out[1]=
 
Overall style of all the label-like elements can be specified by LabelStyle:
In[1]:=
Click for copyable input
Out[1]=
New in 1
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team