On Tuesday 04 December 2007 15:13:21 you wrote:
> OK, the delay comes before draw which is an important piece of
> information.  What happens if you run these two scripts.  Do you get
> the delay?
>
> # script 1 (no plot)
> from pylab import *

No delay. Debug output stops at line  "backend GTKAgg version 2.10.1", but 
returns to prompt. I'd say this works as expected.

> # script2 (no show)
> from pylab import *
> plot([1,2,3])

Delay. Delay on the same bit I commented on before (see the previous debug 
output). So no need to wait for the show() call to get to the error, I 
guess...

Thanks


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to