MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Re: Bug ??????
  • Next by Date: Re: Play Command Error
  • Previous by thread: Re: would like to compute a tensor derivative of a function and evaluate
  • Next by thread: Re: Plot3D Boxed Option