PlotLabel
Usage
• PlotLabel 是图形函数的一个选项,指定图形的总标签。
Notes
• PlotLabel -> None 指定不给出任何标签。 • PlotLabel -> label 指定给出的一个标签。 • 一个表达式可以用作一个标签。它将在OutputForm中给出。文本任何串可以给出为"text".
Further Examples
Two plots, one without and the other with a label. Evaluate the cell to see the graphic.
In[1]:=
|
In[2]:=
|
This produces a plot with a typeset label. Evaluate the cell to see the graphic.
In[3]:=
|
|