logo

AxesStyle.

Just colors are supported; thickness, dashing and suchlike are ignored.
JavaView Snapshot Mathematica Snapshot
JavaView Applet JavaView Lite Applet
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]

© 1997-2017 Last modified: 22.06.2017 --- www.javaview.de --- The JavaView Project