Click here to see the SAS code.
Click here to see the example.

---------------------------------------------------------------

Note that this example is included in the book SAS/Graph: Beyond the Basics,
and all the 'tricks' used to create it are described in great detail!

---------------------------------------------------------------

SAS/Graph imitation/enhancement of ...

 http://www.dadisp.com/grafx/XYZ-lg.gif

This is an impressive looking graph, but really it's just 
a matter of looping through a data step, and using some 
trig functions to calculate the data values, and then 
plot the 2d graphs with "proc gplot" and the 3d graph
with "proc g3d".  I then arrange them all on the same
page using "proc greplay".

Back to Samples Index