Plot3D Boxed Option
- To: mathgroup at smc.vnet.net
- Subject: [mg105587] Plot3D Boxed Option
- From: Witek <witold.szczepaniak at gmail.com>
- Date: Thu, 10 Dec 2009 04:56:39 -0500 (EST)
Hi, 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