How to | Label a Plot
The Wolfram Language provides flexible options for labeling plots, allowing you to present ideas more clearly in presentations and publications.
There are several methods of adding a label to a plot. You can use PlotLabel, Labeled, or interactively add text to a plot using Drawing Tools. For a description of adding text to plots using Drawing Tools, see How to: Add Text outside the Plot Area and How to: Add Text to a Graphic.
To add a centered label to the top of a plot, use the PlotLabel option:
In[1]:=1

✖
https://wolfram.com/xid/0k2pd80m337laggg15fjlpy-i6c8pl
Out[1]=1

You can control the appearance of the label by wrapping it in Style options:
In[2]:=2

✖
https://wolfram.com/xid/0k2pd80m337laggg15fjlpy-nbrxa
Out[2]=2

If the plot has a background color, the plot extends to include the label:
In[3]:=3

✖
https://wolfram.com/xid/0k2pd80m337laggg15fjlpy-fju8i5
Out[3]=3

To put a label underneath a plot, like a caption, use Labeled:
In[4]:=4

✖
https://wolfram.com/xid/0k2pd80m337laggg15fjlpy-grb52a
Out[4]=4

To use the same font and style that is used in graphics, set the label style to "Graphics":
In[5]:=5

✖
https://wolfram.com/xid/0k2pd80m337laggg15fjlpy-d048am
Out[5]=5

In this case, the background of the plot does not include the label:
In[6]:=6

✖
https://wolfram.com/xid/0k2pd80m337laggg15fjlpy-bp6iw
Out[6]=6
