|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DefaultFrameTicksStyle
DefaultFrameTicksStyle
is a low-level option for 2D graphics functions that specifies the default style to use in rendering frame ticks.
DetailsDetails
- DefaultFrameTicksStyle->style specifies that the frame ticks should effectively be replaced by Style[tick, style].
- FrameTicksStyle is applied after DefaultFrameTicksStyle.
- For Graphics, the default setting is DefaultFrameTicksStyle->"GraphicsFrameTicks".
- DefaultFrameTicksStyle->{} introduces no default style specifications, thereby effectively allowing all outside style specifications in.
- DefaultFrameTicksStyle->style makes any specifications in style override corresponding outside style specifications.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
The current setting for DefaultFrameTicksStyle:
| In[1]:= |
| Out[1]= |
| In[1]:= |
| Out[1]= | ![]() |
Explicit settings for FrameTicksStyle override DefaultFrameTicksStyle:
| In[1]:= |
| Out[1]= | ![]() |
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


