Re: Plotting x and y arrays
- To: mathgroup at smc.vnet.net
- Subject: [mg82656] Re: Plotting x and y arrays
- From: Bill Rowe <readnewsciv at sbcglobal.net>
- Date: Sat, 27 Oct 2007 06:05:04 -0400 (EDT)
On 10/26/07 at 5:20 AM, johnlee_15 at hotmail.com (John Lee) wrote: >I have a table of x values and a separate table of corresponding y >values. Is there a way to plot these values directly without using >MapThread and without creating a new table to store the x and y >values? ListPlot[Transpose@{x,y}] -- To reply via email subtract one hundred and four