A band plot can specify
an
X column with
Y upper and lower limits, or a Y column
with X upper and lower limits. If you specify the X argument, you
must specify
LIMITLOWER and
LIMITUPPER arguments for the Y values to apply
the limits to the Y axis. If you specify the Y argument, you must
specify LIMITLOWER and LIMITUPPER arguments for the X values to apply
the limits to the X axis.
When you use a BANDPLOT
statement to display prediction or confidence limits, the band plot
can be used with another plot that specifies a fitted model. For example,
it can be used with a series or step plot. In these cases, use the
BANDPLOT option
MODELNAME= or
TYPE= to identify the interpolation for the band.
You can use the BANDPLOT
statement in displays that are independent of other plots. For example,
a band plot can be used to define yellow and green areas in an OVERLAY
LAYOUT statement that also contains a scatter plot. This use implies
concern for any of the scatter plot values that fall in the yellow
area and comfort for any values that fall in the green area. For this
use, the upper and lower limits would be specified by a constant.
Note: The BANDPLOT statement is
optimized to work as a Confidence or Prediction band. If the band
is self intersecting (not sorted for X or for Y), the resulting band
is unpredictable. With unsorted data, the band that is generated for
an output Raster Image might not match the band that is generated
for an output Vector Graphic.