is an option for AxisObject that specifies how the tick marks should be labeled.
TickLabels
is an option for AxisObject that specifies how the tick marks should be labeled.
Details
- TickLabels{spec1,…,specn} uses the specification speci for the i
collection of ticks on an axis. - Possible settings for speci are:
-
Automatic automatically label ticks All include labels None omit labels {lab1,lab2,…,labm} use labi to label position ti - The Automatic setting for TickLabels is True for spec1 and False otherwise.
Examples
Basic Examples (3)
Ticks are automatically labeled by default:
Graphics[AxisObject[Line[{{0, 0}, {10, 10}}], {0, 10}, TickLabels -> Automatic]]Use automatic labels for the first collection of ticks and no labels for the second:
Graphics[AxisObject[Line[{{0, 0}, {10, 10}}], {0, 10}, TickPositions -> {{0, 10, 2}, {1, 9, 2}}, TickLabels -> {All, None}]]Reverse the labeling of tick collections:
Graphics[AxisObject[Line[{{0, 0}, {10, 10}}], {0, 10}, TickPositions -> {{0, 10, 2}, {1, 9, 2}}, TickLabels -> {None, All}]]Use specific labels for each tick:
Graphics[AxisObject[Line[{{0, 0}, {10, 10}}], {0, 10}, TickPositions -> {{0, 10, 1}}, TickLabels -> {CharacterRange["a", "k"]}]]Related Guides
History
Text
Wolfram Research (2021), TickLabels, Wolfram Language function, https://reference.wolfram.com/language/ref/TickLabels.html.
CMS
Wolfram Language. 2021. "TickLabels." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/TickLabels.html.
APA
Wolfram Language. (2021). TickLabels. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TickLabels.html
BibTeX
@misc{reference.wolfram_2026_ticklabels, author="Wolfram Research", title="{TickLabels}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/TickLabels.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_ticklabels, organization={Wolfram Research}, title={TickLabels}, year={2021}, url={https://reference.wolfram.com/language/ref/TickLabels.html}, note=[Accessed: 13-June-2026]}