Date: May 14, 2012 1:38 AM Author: Bob Hanlon Subject: Re: Parametric List Plot?? Assuming that the lists are the same length:
ListPlot[Thread[{xdata, ydata}]]
Bob Hanlon
On May 13, 2012, at 3:04 AM, nlko <niko@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!
>