The REGION layout provides
a container for graphs that do not use axes. Within the LAYOUT REGION
block, you can specify a single plot statement of a type that never
uses axes, such as a PIECHART. If multiple plot statements are specified,
only the first one is honored. You can also specify one or more insets,
such as nested layout statements (for example, LAYOUT GRIDDED), ENTRY
statements, and legend statements (CONTINUOUSLEGEND or DISCRETELEGEND).
For example, you could specify a PIECHART statement with a DISCRETELEGEND
statement and an ENTRY statement. You can also nest one or more layout
blocks within the REGION layout. For example, you could nest a LAYOUT
GRIDDED statement that creates a small table of text.
To control the horizontal
and vertical positioning of some insets, you can use the inset statement’s
HALIGN= or VALIGN= options. Each nested inset determines its own relative
position in the parent REGION. This positioning achieves the best
results for text-based insets whose size can be easily fit within
an open area of the graph wall. A large text-based inset might not
fit well, and an inset that contains a plot might be dropped from
the display without warning when the template is executed. For more
information about how child positions are determined in an overlay-type
or region layout, see the LAYOUT OVERLAY’s
Example Program and Statement Details.
When nested within another
layout type, such as a GRIDDED or LATTICE layout, the REGION layout
defines the graphical display for one cell of the parent layout. A
separate REGION layout is specified for each cell.