The SGRENDER Procedure |
Sample library member: | GSGRENDR |
This example creates a simple StatGraph template by using Graph Template Language and then generates a graph from the template by using the SGRENDER procedure.
proc template; define statgraph surface; begingraph; layout overlay3d; surfaceplotparm x=height y=weight z=density; endlayout; endgraph; end; run; |
proc sgrender data=sashelp.gridded template=surface; run; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.