Re: Plot3D Boxed Option
- To: mathgroup at smc.vnet.net
- Subject: [mg105646] Re: Plot3D Boxed Option
- From: Narasimham <mathma18 at hotmail.com>
- Date: Sun, 13 Dec 2009 05:39:08 -0500 (EST)
- References: <hfqgkj$oj4$1@smc.vnet.net>
if relabeling only is needed, AxesLabel -> {"Width", "Height","Length"}] or AxesLabel -> {"Height", "Width", "Length"}] is okay and if the entire 3D is to be rotated, mouse to be held left clicked. Narasimham On Dec 10, 2:56 pm, Witek <witold.szczepan... at gmail.com> wrote: > Is there any possibility to manipulate which edges in the Plot3D with > option Boxed->True are visible?! For instance, for the following > function: > > ========================= ========================== ========================== = > Plot3D[Log[1 + x ], {x, 0, 3}, {y, 0, 3}, FaceGrids -> {{-1, 0, 0}, > {0, 1, 0}, {0, 0, -1}}, Boxed -> True, AxesLabel -> {"Length", > "Width", "Height"}] > > ========================= ========================== ========================== = > > how to leave the edge parallel on the vertical surface to edge > 'Length'? > > Regard > > Witek