The GPLOT
procedure plots the values of two or more variables on a set of coordinate
axes (X and Y). The coordinates of each point on the plot correspond
to two variable values in an observation of the input data set. The
procedure can also generate a separate plot for each value of a third
(classification) variable. It can also generate bubble plots in which
circles of varying proportions representing the values of a third
variable are drawn at the data points.
The procedure produces
a variety of two-dimensional graphs including the following plots:
-
-
overlay plots in which multiple
sets of data points are displayed on one set of axes
-
plots against a second vertical
axis
-
-
logarithmic plots (controlled by
the AXIS statement)
In conjunction with
the SYMBOL statement, the GPLOT procedure can produce join plots,
high-low charts, needle plots, and plots with simple or spline-interpolated
lines. The SYMBOL statement can also display regression lines on scatter
plots.
The GPLOT procedure
is useful for the following tasks:
-
displaying a long series of data,
and showing trends and patterns
-
interpolating between data points
-
extrapolating beyond existing data
with the display of regression lines and confidence limits