SAS Institute. The Power to Know

SAS/GRAPH(R) 9.2: Graph Template Language Reference

Previous | Next
LAYOUT DATAPANEL Statement

Description and Syntax

Creates a grid of graphs based on one or more classification variables and a graphical prototype. By default, a separate instance of the prototype (a data cell) is created for each actual combination of the classification variables.

LAYOUT DATAPANEL CLASSVARS= (class-var1 ... class-varN)
</ option(s)>
;

           graph-prototype-block ;

           <sidebar-statement-block(s);>

ENDLAYOUT ;

Previous | Next | Top of Page