PlotLabel.
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
PlotLabel is an option for graphics functions that specifies an overall label for a plot. | In[1]:=
pl = Graphics3D[Stellate[Dodecahedron[]], PlotLabel -> "Stellated Dodecahedron"]; Show[pl] In[2]:= JavaView[pl] |