AxesEdge.
Option is not supported in JavaView.JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
AxesEdge is an option for three�dimensional graphics functions that specifies on which edges of the bounding box axes should be drawn. | In[1]:=
ae = Graphics3D[Stellate[Dodecahedron[]], Axes -> True, AxesEdge -> {{-1, -1}, {-1, 1}, {1, 1}}]; Show[ae] In[2]:= JavaView[ae] |