Could anyone explain why I get a runtime error when using pylab.ion? (see below)
I am running the latest version of matplotlib on Python 2.5 (windows)

Thanks,

Daniel Fish


#-----------Offending code--------
import pylab

pylab.ion()
pylab.plot(range(10))
#-------------------------------------

Error Message:

Runtime Error! 
Program: C:\Python25\pythonw.exe
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to