Re: 2D plot for lists?
- To: mathgroup at smc.vnet.net
- Subject: [mg53410] Re: [mg53395] 2D plot for lists?
- From: "Wolf, Hartmut" <Hartmut.Wolf at t-systems.com>
- Date: Tue, 11 Jan 2005 01:30:39 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
>-----Original Message----- >From: J. K. Smith [mailto:rob at pi-overe.com] To: mathgroup at smc.vnet.net >Sent: Monday, January 10, 2005 5:04 AM >To: mathgroup at smc.vnet.net >Subject: [mg53410] [mg53395] 2D plot for lists? > >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. > >Remove the "-" for email. > > Did you try ListPlot[Transpose[{xx, yy}]] If xx, yy are your lists of x[ti], and y[ti] ? -- Hartmut Wolf