problem with plotting

2008-08-29 Thread Anish Chapagain
hi, I'm getting problem with the code below which after displaying graph plotted in external window, doesnot closes itself, even after closing the window of plotting the main python window shows processing. code goes like this... plot(col1, col2, linewidth=1.0) xlabel('col1') ylabel('col2')

Re: problem with plotting

2008-08-29 Thread [EMAIL PROTECTED]
On Aug 29, 6:01 am, Anish Chapagain [EMAIL PROTECTED] wrote: hi, I'm getting problem with the code below which after displaying graph plotted in external window, doesnot closes itself, even after closing the window of plotting the main python window shows processing. code goes like this...

Re: problem with plotting

2008-08-29 Thread Anish Chapagain
On Aug 29, 12:24 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Aug 29, 6:01 am, Anish Chapagain [EMAIL PROTECTED] wrote: hi, I'm getting problem with the code below which after displaying graph plotted in external window, doesnot closes itself, even after closing the window of