I'm running into a bit of a headache trying to generate a chart in Excel 2010.
Here are my data points (x,y,z):
For x and y:I have 18 specific pairs set up here.
(0,0), (1,0), (2,0), (3,0), (4,0), (5,0),
(0,1), (1,1), (2,1), (3,1), (4,1), (5,1),
(0,2), (1,2), (2,2), (3,2), (4,2), (5,2).
This is supposed to be a coordinate grid—the layout should look like what I've marked in red below:
Now for z:I've calculated two separate values for each of those 18 pairs. I need to generate surfaces or grids through these points (specifically one for the z1 value and another for z2) so I can actually see the deviation between the first and second value.
I've been banging my head against the wall for an hour and a half messing with surface charts and I just can't get it to work... Is this even possible? Does anyone have a tutorial or some actual instructions on how to pull this off?