Data
values can be excluded from a graph by restricting the range of axis
values with the VAXIS= or HAXIS= options or with the ORDER= option
in an AXIS statement. When an observation contains a value outside
of the specified axis range, the GPLOT procedure excludes the observation
from the plot and issues a message to the log.
If you specify interpolation
with a SYMBOL definition, by default values outside of the axis range
are excluded from interpolation calculations. As a result, interpolated
values for the plot might change. Values that are omitted from interpolation
calculations have a particularly noticeable effect on the high-low
interpolation methods: HILO, STD, and BOX. In addition, regression
lines and confidence limits represent only part of the original data.
To specify that values
out of range are included in the interpolation calculations, use the
MODE= option in a SYMBOL statement. When MODE=INCLUDE, values that
fall outside of the axis range are included in interpolation calculations
but excluded from the plot. The default (MODE=EXCLUDE) omits observations
that are outside of the axis range from interpolation calculations.
See the MODE= option
in the SYMBOL Statement for
details.