On Dec 4, 2007 9:39 AM, José Gómez-Dans <[EMAIL PROTECTED]> wrote:
> On Tuesday 04 December 2007 15:31:04 John Hunter wrote:
> > What about these scripts
> >
> > # just make a figure
> > from pylab import *
> > figure()
>
> Takes a long time.

OK, it is in the gtk figure creation code.  Get the matplotlib
examples directory and try running examples/embedding_in_gtk.py which
does not use pylab but instead does all the gtk stuff manually.  See
if you can reproduce the error.  If so, slowly remove or comment out
parts of the code until you get the minimal script which reproduces
the slowness and then send it my way with commentary.  It looks like
you may have something wrong with your gtk installation but it is hard
to say.

JDH

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