Re: 2D plot for lists?
- To: mathgroup at smc.vnet.net
- Subject: [mg53405] Re: [mg53395] 2D plot for lists?
- From: DrBob <drbob at bigfoot.com>
- Date: Mon, 10 Jan 2005 01:41:57 -0500 (EST)
- References: <200501100403.XAA14022@smc.vnet.net>
- Reply-to: drbob at bigfoot.com
- Sender: owner-wri-mathgroup at wolfram.com
ListPlot@Transpose@{x,y} Bobby On Sun, 9 Jan 2005 23:03:54 -0500 (EST), J. K. Smith <rob at pi-overe.com> 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. > > Remove the "-" for email. > > > > -- DrBob at bigfoot.com www.eclecticdreams.net
- References:
- 2D plot for lists?
- From: "J. K. Smith" <rob@pi-overe.com>
- 2D plot for lists?