Hello Glen,

I'm not sure, but maybe it would help to use
  ax = subplot(111)
and
  ax.plot(arange(it))
instead of plot(arange(it))
or to call a second draw() after plotting.

regards Matthias

On Wednesday 23 April 2008 20:49:46 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?
>
> 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/java
>one _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users



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