PlotRegion.
Not supported in JavaView.![]() |
![]() |
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
PlotRegion is an option for graphics functions that specifies what region of the final display area a plot should fill. | In[1]:=
pr = Graphics3D[Stellate[Dodecahedron[]], PlotRegion -> {{0., 0.5}, {0., 1.}}]; Show[pr] In[2]:= JavaView[pr] |