MathGroup Archive 2010

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

Search the Archive

Change position of axes label

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109225] Change position of axes label
  • From: Jim Lambaugh <lambaugh at gmail.com>
  • Date: Sun, 18 Apr 2010 05:57:03 -0400 (EDT)

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.


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