MathGroup Archive 2007

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

Search the Archive

Re: How to rotate AxesLabel ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg74109] Re: [mg74089] How to rotate AxesLabel ?
  • From: "Chris Chiasson" <chris at chiasson.name>
  • Date: Sat, 10 Mar 2007 06:54:38 -0500 (EST)
  • References: <200703090704.CAA06791@smc.vnet.net>

Well, I was going to suggest using StyleForm but it doesn't work

Plot[x,{x,0,1},AxesLabel->{"1",StyleForm["2",FontVariations->{"RotationAngle"->90}]}]

I suppose you could insert a dummy label into one plot, and then
extract and modify the resulting Text object corresponding to that
label (text objects can be rotated by changing one argument).

Cases[FullGraphics@Plot[x,{x,0,1},AxesLabel->{"1","2"}],_Text,Infinity]

On 3/9/07, Axel Kowald <Axel.Kowald at rub.de> wrote:
> Hi Chris,
>
> > If you are running Linux, you may be out of luck.
> >
> no I'm running Mathematica 5.2 under WinXP.
> What's about my luck in this case ?
>
> Axel
>
>


--
http://chris.chiasson.name/



  • Prev by Date: Re: Copy-paste vector graphics
  • Next by Date: Synergetics coordinates NoteBooks
  • Previous by thread: How to rotate AxesLabel ?
  • Next by thread: Re: How to rotate AxesLabel ?