On 08/10/2010 05:43 PM, Ryan Krauss wrote:
> I just upgraded my windows machine to matplotlib 1.0.0 and a simple
> script such as
>
> from pylab import *
> from scipy import *
>
> t = arange(0,1,0.01)
> y = sin(2*pi*t)
>
> figure(1)
> clf()
> plot(t,y)
>
> show()
>
> Now halts execution when run from the ipython -pylab prompt.  The same
> commands typed at the commandline do not lead to show() halting
> execution.
>
> Is this expected behavior?

This was fixed three weeks ago in svn, both the maintenance branch and 
the trunk.  I made some changes in show() shortly before 1.0, trying to 
get uniform and reasonable behavior in all backends, and I didn't quite 
succeed.  I think I got it all straightened out--but only after the 
release, unfortunately.  I hope it won't be too long before a 1.0.1 
bugfix release can be made, but I am aware of no schedule.

Eric

>
> Thanks,
>
> Ryan
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to