Re: [Matplotlib-users] Down Another Pathway with Plot-Show (Finsihed!)

2010-02-14 Thread Wayne Watson
Well, well. One can get interesting results by persistence. The code I speak of here now works without using ipython. All it took was moving the offending def (show() at the end) and putting it somewhere else where the completion of the def bounced right back into the main flow of the program. T

[Matplotlib-users] Down Another Pathway with Plot-Show

2010-02-12 Thread Wayne Watson
Certainly in IDLE, when one hits a show() in a def, the program does not continue to the next statement. It goes somewhere else, because my program continues normally. Apparently, it goes back up the def calls to the "main" program, which is a loop that just reads the next file to perform more