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

DefaultFrameStyle

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