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)
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