|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DefaultFrameStyle
DefaultFrameStyle
is a low-level option for graphics and related constructs that specifies the default style to use in displaying their frames.
DetailsDetails
- DefaultFrameStyle->style specifies that the frame should effectively be replaced by Style[frame, style].
- FrameStyle is applied after DefaultFrameStyle.
- The default setting for DefaultFrameStyle is typically different for different constructs.
- For Graphics, the default setting is DefaultFrameStyle->"GraphicsFrame", and in general for an object named obj it is typically
obj
. - DefaultFrameStyle->{} introduces no default style specifications, thereby effectively allowing all outside style specifications in.
- DefaultFrameStyle->style makes any specifications in style override corresponding outside style specifications.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
The current setting for DefaultFrameStyle:
| In[1]:= |
| Out[1]= |
| In[1]:= |
| Out[1]= | ![]() |
Explicit settings for FrameStyle override DefaultFrameStyle:
| In[1]:= |
| Out[1]= | ![]() |
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


