Re: 2D plot for lists?
- To: mathgroup at smc.vnet.net
 - Subject: [mg53419] Re: [mg53395] 2D plot for lists?
 - From: Christopher Carlson <carlson at wolfram.com>
 - Date: Tue, 11 Jan 2005 01:30:56 -0500 (EST)
 - Sender: owner-wri-mathgroup at wolfram.com
 
At 10:03 PM 1/9/2005, J. K. Smith wrote:
>I'd like to make a 2D plot using two lists for the x and y axes.  I need
>what ParametricPlot[ {x[t], y[t]}, {t, tmin, tmax}] does for two
>functions of t except x and y are lists of values. There doesn't seem to
>be a ParametricListPlot[] to do this.  Any suggestions? Thanks.
ListPlot[Transpose[{xValues, yValues}]]
Christopher Carlson
Wolfram Research