Rotate axis label (not ticks)

  • Follow


Hi

I have the following code

j=ylabel('q_y')
pos = get(j,'pos'); % Read position [x y z]
set(j,'pos',pos+[.35 3.4 0]) % Move label to right 

which moves my y-axis label upwards. Now, per default it is rotated - how can I rotate it back?

Best,
Jim.
0
Reply Jim 5/21/2010 1:17:04 PM


0 Replies
276 Views

(page loaded in 0.018 seconds)

Similiar Articles:













7/23/2012 4:53:09 PM


Reply: