Re: show() in pylab doesn't work if used twice

2011-07-06 Thread Ravikanth
On Jul 6, 6:26 pm, Robert Kern wrote: > On 7/6/11 5:05 PM, Ravikanth wrote: > > > Hi all, > > > I have been using python for just over a month now. > > I am writing a program to plot some graph using the  show() twice in > > the same program. The code snippet is shown below. > > Please use the mat

Re: show() in pylab doesn't work if used twice

2011-07-06 Thread Robert Kern
On 7/6/11 5:05 PM, Ravikanth wrote: Hi all, I have been using python for just over a month now. I am writing a program to plot some graph using the show() twice in the same program. The code snippet is shown below. Please use the matplotlib-users list for matplotlib questions. By the way, fou

show() in pylab doesn't work if used twice

2011-07-06 Thread Ravikanth
Hi all, I have been using python for just over a month now. I am writing a program to plot some graph using the show() twice in the same program. The code snippet is shown below. I am trying to plot a simple x vs y using ax.plot() then I get a figure displayed. I close the figure displayed and th