Re: multiple calls to show doesnot work for matplotlib

2011-07-06 Thread Ravikanth
On Jul 6, 6:15 pm, Steven D'Aprano wrote: > Ravikanth wrote: > > Hi, > > > I am facing some problem. > > Yes, we heard you the first two times, there's no need to keep repeating the > question over and over again. > > There is no Service Level Agreement for guaranteed response times for free > adv

Re: multiple calls to show doesnot work for matplotlib

2011-07-06 Thread Steven D'Aprano
Ravikanth wrote: > Hi, > > I am facing some problem. Yes, we heard you the first two times, there's no need to keep repeating the question over and over again. There is no Service Level Agreement for guaranteed response times for free advice over the Internet. Be patient, and hopefully somebo

multiple calls to show doesnot work for matplotlib

2011-07-06 Thread Ravikanth
Hi, I am facing some problem. I have made multiple calls to show() function in a sinlge program. as below. Before the first call I plotted x vs y . then i called show. execution halted until i closed the window. Once I closed the window, execution again progressed and even passed second show(), bu