create a chart using two columns for x & y, third for line data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Need help creating a chart using x data for x axis, y for y axis and z for
line data. The data follows:

x y z
6.070 1.470 0.242
9.010 2.058 0.228
10.970 2.380 0.230
11.950 2.580 0.216

A example chart:
| z
| z
x| z
| z
|___________________
Y

TIA

Ted
 
Thnaks Jon,

I would like to construct a line chart using the z column data as the data
points for this line.
 
Back
Top