| Author |
Comment/Response |
Bill
|
10/30/11 9:32pm
Hi:
Here are a couple of examples...
Graphics3D[{Blue, PointSize[.02], Point[{0, 0, 0}],
Text[Style["Point", 16, Bold, Red], {0, 0, 0}, {-2, 0}]},
Axes -> True, AxesLabel -> {"x", "y", "z"},
Background -> LightPurple, PlotLabel -> "3D Point",
LabelStyle -> LabelStyle -> Directive[Blue, Large]]
(* and *)
Overlay[{Graphics3D[Sphere[]], Panel["Sphere"]},
Background -> LightOrange]
Hth,
Bill
URL: , |
|