Skip to Main Content
SAS 9.4 ODS Graphics, 2nd Edition
book

SAS 9.4 ODS Graphics, 2nd Edition

by SAS Documentation
December 2013
Beginner to intermediate content levelBeginner to intermediate
1172 pages
45h 47m
English
SAS Institute
Content preview from SAS 9.4 ODS Graphics, 2nd Edition
Examples: SGRENDER Procedure
Example 1: Generating a Graph from a Simple GTL Template
Features: GTL template
Sample library
member:
SGRENDR
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.
Output
Program
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;
848 Chapter 8 SGRENDER Procedure
Program ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

SAS 9.4 ODS Graphics, 3rd Edition

SAS 9.4 ODS Graphics, 3rd Edition

Matt Neuburg

Publisher Resources

ISBN: 9781612909998