| Author |
Comment/Response |
D.R.
|
01/21/13 10:54am
Hello,
Here is the problem:
I want to graph the datapoints.
I have two lists:
data1={1,2,9,100,3,6,8}
data2={3,5,2,25,3,1,5}
Data1 is the coordinate for the x-axis and data2 is the coordinate for the y-axis.
How do i get them togehter so that i have
dataxy= {{1,3},{2,5},{9,2}...{8,5}}.
I need this to use the function ListPlot.
Maybe there is a easier solution.
Thanks for your help.
URL: , |
|