On Dec 4, 2007 9:19 AM, José Gómez-Dans <[EMAIL PROTECTED]> wrote:
> 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])

What about these scripts

# just make a figure
from pylab import *
figure()

# just make a subplot
from pylab import *
subplot(111)

I'm trying to narrow down where the problem is occurring and am still
stumped as to the explanation...

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