Re: [Matplotlib-users] multiple figures interactively

2007-09-30 Thread Lee, Young-Jin
inate it in an unusual way. Please contact the application's support team for more information. c:\Python24> -Original Message----- From: Wolfgang Kerzendorf [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 9:03 PM To: Lee, Young-Jin Cc: matplotlib-users@lists.sourceforge.net

Re: [Matplotlib-users] multiple figures interactively

2007-09-27 Thread Lee, Young-Jin
EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 9:03 PM To: Lee, Young-Jin Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] multiple figures interactively This might help you it destroys the whole window: pylab.get_current_fig_manager().destroy() and then you open it

[Matplotlib-users] multiple figures interactively

2007-09-26 Thread Lee, Young-Jin
Hi, 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

[Matplotlib-users] Bar graph color

2007-08-22 Thread Lee, Young-Jin
Hey guys, I'm a new guy in here and amazed by the capability Matplotlib has. I have a question for you, which might be a result of my ignorance or the limitation of the current Matplotlib. I'm trying to make a bar chart with hundreds of bars at different x positions with their own y values (so