| Original Message (ID '271387') By Bill W.: |
| In Response To 'Re: How to do a coordinate system of two lists'
---------
Hi:
Sorry, my original post had an error.
The code should read:
data1 = {1, 2, 9, 100, 3, 6, 8};
data2 = {3, 5, 2, 25, 3, 1, 5};
dataxy = Transpose[{data1, data2}];
ListPlot[dataxy]
Bill |
|