Re: Plotting Data
- To: mathgroup@smc.vnet.net
- Subject: [mg10720] Re: [mg10716] Plotting Data
- From: seanross@worldnet.att.net
- Date: Mon, 2 Feb 1998 00:44:15 -0500
- References: <199801300924.EAA15442@smc.vnet.net.>
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.