PlotRange.
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
PlotRange is an option for graphics functions that specifies what points to include in a plot. | In[1]:=
pr = Graphics3D[Stellate[Dodecahedron[]], PlotRange -> {All, {0., 2.}, {-0.7, 0.5}}]; Show[pr] In[2]:= JavaView[pr] |