|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
LabelStyle
LabelStyle
is an option for formatting and related constructs that specifies the style to use in displaying their label-like elements.
DetailsDetails
- Any style specification as used in Style can be used as a setting for LabelStyle.
- Typical forms of settings include:
-
"style" a named style from the current stylesheets {opt1->val1,...} a list of explicit option settings {"style",opt1->val1,...} a named style modified by option settings - Color directives such as Red, as well as text specifications such as Bold or Small, can be given in place of options, just as in Style.
- Giving the option setting LabelStyle->spec is effectively equivalent to replacing the label-like elements of a formatting or related construct by Style[label, spec].
- Any outside styles not explicitly overridden by settings in LabelStyle will still be used.
- LabelStyle is effectively applied after DefaultLabelStyle.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
Specify overall style of all the label-like elements:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
Frame labels are affected by LabelStyle:
| In[1]:= |
| Out[1]= | Play Animation ▪![]() |
New in 6 | Last modified in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



