MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: ListPlot?



xData = Table[Random[], {10}];
yData = Table[Random[], {10}];
data = Sort[ Transpose[{xData, yData}], #1[[1]] < #2[[1]]&]
ListPlot[data, PlotJoined->True];

Bob Hanlon

In a message dated 5/23/98 9:55:03 PM, phpcp@csv.warwick.ac.uk wrote:

>How can I plot one list against another



  • Prev by Date: reading graphics files
  • Next by Date: CoefficientList[] option
  • Prev by thread: Re: ListPlot?
  • Next by thread: Re: ListPlot?