Re: Change position of axes label
- To: mathgroup at smc.vnet.net
- Subject: [mg109248] Re: Change position of axes label
- From: Tyler <hayes.tyler at gmail.com>
- Date: Mon, 19 Apr 2010 02:49:17 -0400 (EDT)
- References: <hqel1a$lvo$1@smc.vnet.net>
Is this acceptable?
Plot[x^2, {x, -2.5, 2.5},
Frame -> True,
PlotRange -> {-0.012, 0.012},
AxesLabel -> {"label 1", " label 2"}]
That is, add a space or two at the beginning of label 2....
Cheers,
t.
> 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.