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


