>>>>> "Willi" == Willi Richert <[EMAIL PROTECTED]> writes:

    Willi> Hi, even with the newest version the problem remains,
    Willi> unless I put the set_ylim() command _after_ plot(). Why?

Quoting myself from my first post in this thread

  1) you are calling set_ylim before a plot command and the autoscaler
     is kicking on the plot command and overriding your changes.  You
     should call set_ylim after all plot commands, or turn autoscaling
     off with the autoscale_on property of the Axes



-------------------------------------------------------------------------
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
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to