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.