MathGroup Archive 2008

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

Search the Archive

Rotate axes label in 3D graphics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg87070] Rotate axes label in 3D graphics
  • From: Ivan <darknails at gmail.com>
  • Date: Mon, 31 Mar 2008 02:02:29 -0500 (EST)

Hi,

I plotted two 3D surface figures, g1 and g2, and compined them using
Show[] as the following:

Show[ g1, g2, AxesLabel->{"x", "y", "intensity"} ]

How can I rotate the label on the third axes?


Alternatively I tried using

Epilog->{ Rotate[ {Text[StyleForm["intensity"],{ <insert
coord> } ] ,Pi/2 }

but got error message

Graphics::gprim: <.....omit>
was encountered where a Graphics primitive or directive was expected


Can anyone tell me how to solve this problem?




  • Prev by Date: Re: Re: Re: Mathematica notebooks the best method
  • Next by Date: same color above a treshold
  • Previous by thread: Re: Global setting of Graphics options for plot, listplot, listlogplot...
  • Next by thread: Re: Rotate axes label in 3D graphics