Skip to Main Content
SAS 9.4 ODS Graphics, 3rd Edition
book

SAS 9.4 ODS Graphics, 3rd Edition

by Matt Neuburg
August 2014
Intermediate to advanced content levelIntermediate to advanced
1284 pages
50h 37m
English
SAS Institute
Content preview from SAS 9.4 ODS Graphics, 3rd Edition
You can use the DEFINE STYLE statement to create a new style from the Default style
and modify the GraphDataDefault style element.
The following program creates the new style MyStyleDefault, which inherits all of its
style elements and style attributes from the Default style, and customizes the
GraphDataDefault style element:
proc template;
define style MyStyleDefault;
parent=Styles.Default;
style GraphDataDefault from GraphDataDefault /
markersize = 10px
markersymbol = "square";
end;
run;
For complete documentation on using PROC TEMPLATE to modify and create styles,
see the SAS Output Delivery System: User's Guide.
Using Fill Patterns to Distinguish ...
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, 2nd Edition

SAS 9.4 ODS Graphics, 2nd Edition

SAS Documentation

Publisher Resources

ISBN: 9781629593159