MathGroup Archive 2010

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

Search the Archive

Re: Change position of axes label

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109257] Re: Change position of axes label
  • From: Alexei Boulbitch <Alexei.Boulbitch at iee.lu>
  • Date: Mon, 19 Apr 2010 05:59:00 -0400 (EDT)

Hi, Jimmy,
try this:

Plot[x^2, {x, -2.5, 2.5}, Frame -> True, PlotRange -> {-0.012, 0.012},
  AxesLabel -> {"label 1", Row[{"label 2", Spacer[229]}]}]

Would not be more comfortable to use FrameLabel instead of AxesLabel in this case?

Have fun, Alexei


Hi

I have the following plot

Plot[x^2, {x, -2.5, 2.5},
 Frame -> True,
 PlotRange -> {-0.012, 0.012},
 AxesLabel -> {"label 1", "label 2"}]

Is it possible to move "label 2" such that it stands right above the
vertical axis? I.e., I want to move "label 2" to the left. The
position of "label 1" is perfect.

Any advice?

Best regards,
Jimmy.


-- 
Alexei Boulbitch, Dr., habil.
Senior Scientist

IEE S.A.
ZAE Weiergewan
11, rue Edmond Reuter
L-5326 Contern
Luxembourg

Phone: +352 2454 2566
Fax:   +352 2454 3566

Website: www.iee.lu

This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you are not the intended recipient and have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal from your system. Thank you for your co-operation.




  • Prev by Date: Re: No state-space form possible example
  • Next by Date: Re: Button Problem
  • Previous by thread: Re: Change position of axes label
  • Next by thread: sqlite database connection