| AxesStyle is an option for graphics functions which specifies how axes should be rendered. |
In[1]:=
as = Graphics3D[Stellate[Dodecahedron[]], Axes -> True,
AxesStyle -> {{RGBColor[1, 0, 0], Thickness[0.01]}, {RGBColor[0, 0, 1], Thickness[0.01], Dashing[{0.05, 0.05}]}, {RGBColor[0, 1, 0], Thickness[0.01]}}] Show[as]
In[2]:=
JavaView[as]
|