Re: Parametric List Plot??
- To: mathgroup at smc.vnet.net
- Subject: [mg126490] Re: Parametric List Plot??
- From: Bob Hanlon <hanlonr357 at gmail.com>
- Date: Mon, 14 May 2012 01:36:31 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201205130704.DAA16866@smc.vnet.net>
Assuming that the lists are the same length:
ListPlot[Thread[{xdata, ydata}]]
Bob Hanlon
On May 13, 2012, at 3:04 AM, nlko <niko at homebound.de> wrote:
> Hi,
> For some phase portraits I want to plot two lists of data in one plot
> (x and y axis).
> I found ParametricPlot for functions but need that parametric part
> combined with ListPlot..?
> Thanks in advance!
>
- References:
- Parametric List Plot??
- From: nlko <niko@homebound.de>
- Parametric List Plot??