Mathematica > Visualization and Graphics > Graphics Options & Styling > Graphics Annotation & Appearance > FrameTicksStyle >

FrameTicksStyle

FrameTicksStyle
is an option for 2D graphics functions that specifies how frame ticks should be rendered.
  • FrameTicksStyle gives styles for both frame tick marks and frame tick labels.
  • FrameTicksStyle->style specifies that all frame ticks are to be rendered by default with the specified style.
  • Style specifications can refer to styles using style names from current stylesheets.
  • Any outside styles not explicitly overridden by settings in FrameTicksStyle will still be used.
Specify overall frame tick style, including frame tick labels:
Specify a frame tick style for each edge:
Specify overall frame tick style, including frame tick labels:
In[1]:=
Click for copyable input
Out[1]=
 
Specify a frame tick style for each edge:
In[1]:=
Click for copyable input
Out[1]=
Styles associated with lines affect frame ticks:
Styles associated with fonts affect frame tick labels:
Styles can be combined by Directive:
FrameTicksStyle affects frame ticks and frame tick labels, but nothing else:
LabelStyle controls overall style of all the label-like elements, including frame tick labels:
FrameTicksStyle can be used with LabelStyle and has higher priority:
FrameStyle affects the style of the frame, frame labels, frame ticks, and frame tick labels:
FrameTicksStyle can be used with FrameStyle and has higher priority:
Individually styled frame ticks can be used with other styles, and have higher priority:
New in 6 | Last modified in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF