Mathematica > Visualization and Graphics > Data Visualization > Annotating & Combining Graphics >
Mathematica > Visualization and Graphics > Function Visualization > Annotating & Combining Graphics >

PlotLabel

PlotLabel
is an option for graphics functions that specifies an overall label for a plot.
  • 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".  »
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
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team