Ticks
						 
						(Built-in Mathematica Symbol) Ticks is an option for graphics functions that specifies tick marks for axes.
FrameTicks is an option for 2D graphics functions that specifies tick marks for the edges of a frame.
DateTicksFormat is an option for DateListPlot which specifies how date tick labels should be formatted.
TicksStyle is an option for graphics functions which specifies how ticks should be rendered.
FrameTicksStyle is an option for 2D graphics functions that specifies how frame ticks should be rendered.
DefaultTicksStyle is a low-level option for graphics functions that specifies the default style to use in rendering ticks.
DefaultFrameTicksStyle is a low-level option for 2D graphics functions that specifies the default style to use in rendering frame ticks.
PolarTicks is an option for sector charts and polar plots that specifies tick marks for polar axes.
Mathematica provides various options for labeling three-dimensional graphics. Some of these options are directly analogous to those for two-dimensional graphics, discussed in ...
FindDivisions[{x_min, x_max}, n] finds a list of about n "nice" numbers that divide the interval around x_min to x_max into equally spaced parts. FindDivisions[{x_min, x_max, ...