Ticks.
Tick settings are not supported in JavaView.JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
Specifies position and labels of ticks at axes. | In[1]:=
tic = Graphics3D[Stellate[Dodecahedron[]], Ticks -> {Automatic, None, {{1.2, "+6/5", {0.05, 0.01}}, {0., "Null"}}}, Axes -> True] Show[tic] In[2]:= JavaView[tic] |