Re: [Tutor] problem with saving data in a text file

2013-04-24 Thread eryksun
On Wed, Apr 24, 2013 at 12:12 AM, Debashish Saha wrote: > > --> 168 exec compile(scripttext, filename, 'exec') in glob, loc This part of the traceback is from IPython. It would help if you ran your script in the console using just python.exe, and provide the complete traceback. > -->

[Tutor] problem with saving data in a text file

2013-04-23 Thread Debashish Saha
I tried the following: Am_cor=np.vectorize(Am_cor) #plt.plot(t, signal, color='blue', label='Original signal') fig=plt.figure() plt.xlabel('Time(minute)') plt.ylabel('$ Re()$') plt.xlim([t[0], t[-1]]) plt.ylim((-.3*a1-a1,a1+.3*a1)) plt.grid() plt.plot(t,Am_cor(t),'o-',label='with parallax', marke