| The G3D Procedure |
| Procedure features: |
| |||||
| Data set: | SASHELP.LAKE | |||||
| Sample library member: | GTDTILT |
![[Tilted Surface Plot]](images/gtdtilt.gif)
Simple modifications displayed in Generating A Surface Plot are generated by tilting the surface plot 30 degrees toward you, and adding a side wall.
| |
goptions reset=all border; |
| |
title "Tilted Surface Plot"; footnote j=r "GTDTILT"; |
| |
proc g3d data=sashelp.lake;
plot length*width=depth/
side
tilt=30;
run;
quit; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.