On Wednesday 23 April 2008 02:49:46 pm Glen W. Mabey wrote:
> Hello,
>
> I'm using today's svn source and I'm surprised that the following loop
> does not get redrawn 10 times.
>
>   for it in range( 10 ):
>       plot( arange( it ) )
>       draw()
>       raw_input();
>
> That is, within a 'ipython -pylab' session.  Is this really a question
> for the ipython folks?   Or am I missing something here?

That also surprises me, but it is not specific to the qt4 backend, nor to 
recent changes in svn. I see similar behavior with the gtkcairo backend in 
0.91.2. Unfortunately, I dont have time to look into it further.

Darren

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to