Re: [Matplotlib-users] How to rotate label on a twin axes

2009-10-23 Thread Gökhan Sever
Thanks JJ, I wonder when will I learn to fix my own rent :) Glad to have you here always responding with a quick solution. On Fri, Oct 23, 2009 at 4:46 PM, Jae-Joon Lee wrote: > The below line is supposed to work but it does not, which is a bug. > > pary.axis["right"].label.set_rotation(270)

Re: [Matplotlib-users] How to rotate label on a twin axes

2009-10-23 Thread Jae-Joon Lee
The below line is supposed to work but it does not, which is a bug. pary.axis["right"].label.set_rotation(270) Meanwhile, use may use something like below, pary.axis["right"].get_helper()._label_angles["right"]=270 Regards, -JJ On Fri, Oct 23, 2009 at 2:13 PM, Gökhan Sever wrote: > Hel

[Matplotlib-users] How to rotate label on a twin axes

2009-10-23 Thread Gökhan Sever
Hello, One more figure and one more question. http://img263.imageshack.us/img263/6454/labelrotation.png I want to rotate the 2nd y-axis label "Air Temperature" upside down in other words rotating 180 degree while A staying up. Unfortunately set_rotation method is not available to a SubplotHost in