MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Plotting Data



Larry C Linik wrote:
> 
> I'm plotting data from a table (x,y] and I want to apply a function to
> the y  values to plot (x,f[y]].  How can I do this?
> 
> Thanks,
> Larry


Assuming a table of data called data, then generate a new table using

Table[{data[[n,1]],f[data[[n,2]]},{n,start, end}] -- 
Remove the _nospam_ in the return address to respond.



  • Prev by Date: help!
  • Next by Date: Re: RealValued functions and derivatives
  • Prev by thread: Re: Plotting Data
  • Next by thread: Re: Plotting Data