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?

Thank you,
Glen Mabey

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