Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Visualization and Graphics > Graphics Options & Styling > Graphics Annotation & Appearance >

Ticks

Ticks
is an option for graphics functions that specifies tick marks for axes.
  • The following settings can be given for Ticks:
Noneno tick marks drawn
Automatictick marks placed automatically
{xticks,yticks,...}tick mark options specified separately for each axis
  • With the Automatic setting, tick marks are usually placed at points whose coordinates have the minimum number of digits in their decimal representation.
  • For each axis, the following tick mark options can be given:
Noneno tick marks drawn
Automatictick mark positions and labels chosen automatically
{x1,x2,...}tick marks drawn at the specified positions
{{x1,label1},{x2,label2},...}tick marks drawn with the specified labels
{{x1,label1,len1},...}tick marks with specified scaled length
{{x1,label1,{plen1,mlen1}},...}
tick marks with specified lengths in the positive and negative directions
{{x1,label1,len1,style1},...}tick marks with specified styles
funca function to be applied to xmin, xmax to get the tick mark specification
  • If no explicit labels are given, the tick mark labels are given as the numerical values of the tick mark positions.
  • Any expression can be given as a tick mark label.
  • Tick mark lengths are given as a fraction of the distance across the whole plot.
  • Tick mark styles can involve any graphics directives.
  • The tick mark function func[xmin, xmax] may return any other tick mark option.
  • Ticks can be used in both two- and three-dimensional graphics.
  • TicksStyle gives default styles to use for tick marks and tick mark labels.
Draw the axes but no tick marks:
Place tick marks automatically:
Place tick marks at specific positions:
Specify overall ticks style, including the tick labels, using TicksStyle:
Draw the axes but no tick marks:
In[1]:=
Click for copyable input
Out[1]=
 
Place tick marks automatically:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
Place tick marks at specific positions:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
Specify overall ticks style, including the tick labels, using TicksStyle:
In[1]:=
Click for copyable input
Out[1]=
Place ticks on the x axis only:
Place ticks on the y axis only:
Draw tick marks at the specified positions:
Draw tick marks at the specified positions with the specified labels:
Specify tick marks with scaled lengths:
Specify tick marks with scaled lengths in positive and negative directions:
Specify the style of each tick mark:
Specify overall ticks style, including tick labels, using TicksStyle:
Specify ticks style for each axis:
Individually styled ticks can be used with TicksStyle, and have higher priority:
Specify a grid function applied to xmin and xmax values of each direction:
Put a major tick with a label at each integer, and a minor tick in between:
TicksStyle affects ticks and tick labels:
LabelStyle offers overall style of all the label-like elements, including tick labels:
TicksStyle can be used together with LabelStyle and has higher priority:
AxesStyle affects the axes, axes labels, ticks and tick labels:
TicksStyle can be used together with AxesStyle, and has higher priority:
Individually styled ticks can be used with other styles, and have higher priority:
FrameTicks controls the ticks and tick labels on the frame edges:
GridLines puts grids across the image:
FaceGrids puts grids on the faces of the bounding box in 3D:
A tick label on the axes origin is not displayed:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team