←
Automatic
→
Axis
/
Reference of Built-in Symbols
/
Graphics and Drawing
/
Drawing Options and Option Values
/
Axes
/
Axes
WMA link
Axes
is an option for charting and graphics functions that specifies whether axes should be drawn.
Axes->True
draws all axes.
Axes->False
draws no axes.
Axes->{False,True}
draws an axis
y
but no
x
axis in two dimensions.
Graphics[Circle[], Axes -> True]
←
Automatic
→
Axis