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 instance.

Any ideas how to achieve this?

    fig = plt.figure(figsize=(10,8))
    host = SubplotHost(fig, 111)
    fig.add_subplot(host)
    pary = host.twinx()

    host.set_xlabel("Time [sfm]")
    host.set_ylabel("Pressure Altitude [m]")
    pary.set_ylabel(r"Air Temperature [$^o\hspace{-0.5}C$]")
    #pary.set_rotation("270")


-- 
Gökhan
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to