Re: Plot3D Boxed Option
- To: mathgroup at smc.vnet.net
- Subject: [mg105613] Re: [mg105587] Plot3D Boxed Option
- From: "David Park" <djmpark at comcast.net>
- Date: Fri, 11 Dec 2009 04:18:36 -0500 (EST)
- References: <29094346.1260439562329.JavaMail.root@n11>
I don't understand the question. What is it that you would like to change in the rendering of the plot? David Park djmpark at comcast.net http://home.comcast.net/~djmpark/ From: Witek [mailto:witold.szczepaniak at gmail.com] 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