Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

DefaultTicksStyle

DefaultTicksStyle
is a low-level option for graphics functions that specifies the default style to use in rendering ticks.
  • 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 "objTicks".
  • 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.
The current setting for DefaultTicksStyle:
The default styles used:
Explicit settings for TicksStyle override DefaultTicksStyle:
DefaultTicksStyle affects ticks and tick labels:
DefaultAxesStyle can be used together with DefaultTicksStyle, but has lower priority:
DefaultLabelStyle can be used together with DefaultTicksStyle, but has lower priority:
DefaultFrameStyle can be used together with DefaultTicksStyle, and has higher priority:
DefaultFrameTicksStyle can be used with DefaultTicksStyle, and has higher priority:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team