FormatType.
Not supported in JavaView.JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
FormatType is an option for output streams,graphics and functions such asText which specifies the default format type to use when outputting expressions. | In[1]:=
ft = Graphics3D[Stellate[Dodecahedron[]], FormatType -> TraditionalForm, Axes -> True, Ticks -> {{-1, -1/2, 0, 1/2, 1}, {-1, -1/2, 0, 1/2, 1}, {-1, -1/2, 0, 1/2, 1}}]; Show[ft] In[2]:= JavaView[ft] |