graphs

C

Chiccada

Hi,

Im looking to create a graph with a X, Y and Z axis but im not sure how to
do this.

Any help would be greatly appreciated!!!

Thanks

Riks
 
F

Frank Kabel

Hi a repost from Jon Peltier:
-----

If the X,Y coordinates are defined by a regular grid, arrange the data
like this:

Y1 Y2 Y3
X1 Z11 Z12 Z13
X2 Z21 Z22 Z23
X3 Z31 Z32 Z33

The top left cell is best kept blank. Select the range, and choose a
surface or
contour chart in the Chart Wizard.
 
Top