←
PlotRange
→
Top
/
Reference of Built-in Symbols
/
Graphics and Drawing
/
Drawing Options and Option Values
/
TicksStyle
/
TicksStyle
WMA link
TicksStyle
is an option for graphics functions which specifies how ticks should be rendered.
TicksStyle gives styles for both tick marks and tick labels.
TicksStyle can be used in both two and three-dimensional graphics.
TicksStyle->
list
specifies the colors of each of the axes.
Graphics[Circle[], Axes-> True, TicksStyle -> {Blue, Red}]
←
PlotRange
→
Top