If I make a plot, then use the raw_input() function (get user input), the plot 
window is frozen and unresponsive. This only seems to occur when using Spyder. 
This does not happen when using (i)python from the terminal. Is this related to 
issue 733?
code that reproduces issue:

plt.plot(range(10))
raw_input('Enter something: ')

Ryan Clary

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/spyderlib?hl=en.

Reply via email to