>>>>> "R" == R Padraic Springuel <[EMAIL PROTECTED]> writes:


    R> I'm trying to make a plot where instead of the y-axis being
    R> oriented in the traditional sense (large numbers on top, small
    R> on bottom) it needs to be oriented in the reverse sense (small
    R> numbers on top, large on bottom).

    R> Now, my first thought on how to do this was the following:

    >>>> plot(x,-y) pos,lab = yticks()
    >>>> yticks(pos,map(str,-array(pos)))

Just try setting 

ylim(ymax, ymin)

instead of explicitly mucking with the ticks.  Eg,
http://matplotlib.sf.net/examples/invert_axes.py

JDH

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to