From: Lee, Young-J. <yo...@uc...> - 2007-09-26 17:39:27
|
Hi, =20 I 'm writing a python program that draws figures one by one interactively with the user's input in dos mode. Basically, I give the program a decision after each figure and then it draws the next one. After the first figure, it got very much slowed down for the second one and crashed for the third one. I feel like it has some memory issues as I keep using 'show' after I close each. I used 'clf()' before I draw a new one, but it doesn't seem to help. Any idea? Thanks. =20 Young Jin |