3-D Graphing

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

Guest

I would very much like to plot X-Y-Z data (e.g. depth vs. x,y coordinates) in
3-D. Just wondering if it's even possible with the Excel graphing functions.
 
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.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______
 
Back
Top