Re: [Matplotlib-users] ylim() efficiency

2006-08-02 Thread Daniel Wheeler
Thanks for the detailed reply. I was just wondering whether I was missing something obvious andthat doesn't seem to be the case.CheersDaniel WheelerOn Aug 2, 2006, at 2:15 PM, John Hunter wrote:"Daniel" == Daniel Wheeler <[EMAIL PROTECTED]> writes:     Daniel>    It seems that resetting the axes li

Re: [Matplotlib-users] ylim() efficiency

2006-08-02 Thread John Hunter
> "Daniel" == Daniel Wheeler <[EMAIL PROTECTED]> writes: Daniel>It seems that resetting the axes limits every time data Daniel> needs to be redisplayed is rather inefficient. A script Daniel> is included with this mail that tests the efficiency of Daniel> resizing the y ax

[Matplotlib-users] ylim() efficiency

2006-08-02 Thread Daniel Wheeler
It seems that resetting the axes limits every time data needs to be redisplayed is rather inefficient.A script is included with this mail that tests the efficiency of resizing the y axis.The script has two loops, in the first loop pylab.ylim() is continuously called with the changingsize of the dom