|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
LegendLabel
LegendLabel
is an option for legends that specifies an overall label for a legend.
DetailsDetails
- LegendLabel->None specifies that no label should be given.
- LegendLabel->Placed[lbl, pos, fun] puts lbl with fun applied at the position specified by pos.
- When the label position is Bottom, Top, Left, or Right, the label will be inside any structure created by LegendFunction.
- When the label position is
,
,
, or
, the label will be outside any structure created by LegendFunction.
ExamplesExamplesopen allclose all
Basic Examples (4)Basic Examples (4)
| In[1]:= |
| Out[1]= |
Use any Mathematica notation for labels:
| In[1]:= |
| Out[1]= | ![]() |
Place the label below the legends:
| In[1]:= |
| Out[1]= |
The label is inside the wrapper function specified by LegendFunction:
| In[1]:= |
| Out[1]= |
Place the label outside of LegendFunction:
| In[2]:= |
| Out[2]= |
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

