MathGroup Archive 2010

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

Search the Archive

AxesLabel parallel to 3D axes?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg111369] AxesLabel parallel to 3D axes?
  • From: David Reiss <dbreiss at gmail.com>
  • Date: Thu, 29 Jul 2010 06:43:19 -0400 (EDT)

If one sets the AxesLabel option for, for example, Plot3D, is there
any way to set things up so that resulting labels are always parallel
to their own axes?

...here is an example, and a customer would like the labels to align
along/paralle the axes rather than what is shown here....

Plot3D[x y, {x, 0, 1}, {y, 0, 1},
 AxesLabel -> {"This is the x", "This is the y", "This is the z"}]



  • Prev by Date: Dynamic programming and Manipulate
  • Next by Date: Which inside Module causes problems with ReplaceAll
  • Previous by thread: Dynamic programming and Manipulate
  • Next by thread: Re: AxesLabel parallel to 3D axes?