Skip to Main Content
SAS 9.4 Graph Template Language, 3rd Edition
book

SAS 9.4 Graph Template Language, 3rd Edition

by SAS Documentation
August 2014
Intermediate to advanced content levelIntermediate to advanced
652 pages
20h 38m
English
SAS Institute
Content preview from SAS 9.4 Graph Template Language, 3rd Edition
linearopts=(tickvaluepriority=true
tickvaluesequence=(start=5 end=30 increment=5))
griddisplay=on offsetmin=0 offsetmax=.1);
layout prototype;
barchart category=type response=mean / orient=horizontal
barwidth=.5 barlabel=true;
endlayout;
endlayout;
endgraph;
end;
run;
ods html style=statistical;
proc sgrender data=summary template=panel;
run;
The output is shown in Figure 17.2 on page 361.
Creating Axis-Aligned Insets
Sometimes you want an inset to provide information about values along an axis. The
information is aligned with values on the axis. You can use a block plot or an axis table
to display information that is aligned with axis values.
Creating ...
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 Language Reference, 6th Edition

SAS 9.4 Language Reference, 6th Edition

SAS Institute

Publisher Resources

ISBN: 9781629593111