Re: retrieving data from a plot in python.

2013-04-09 Thread Gary Herron
On 04/09/2013 10:33 AM, Debashish Saha wrote: suppose I have t= [0,7,10,17,23,29,31] f_t= [4,3,11,19,12,9,17] and I have plotted f_t vs t. Now from this 7 data points plotting if I want to retrieve 100 data points and save them in a text file. What do I have to do? What I am asking is not

Re: retrieving data from a plot in python.

2013-04-09 Thread Grant Edwards
On 2013-04-09, Debashish Saha wrote: > suppose I have t= [0,7,10,17,23,29,31] f_t= [4,3,11,19,12,9,17] and I have > plotted f_t vs t. > > Now from this 7 data points plotting if I want to retrieve 100 data points > and save them in a text file. What do I have to do? > > What I am asking is not a f