SAS Institute. The Power to Know

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

Previous | Next
Overview

Plot Classifications by Input Data

Relative to the input data used with a template, the GTL provides two types of plot statements:

  • plot statements that use raw data. For example, the HISTOGRAM statement computes and displays a histogram from raw data.
  • plot statements that use summary statistics or parameters. For example, the ELLIPSEPARM statement displays an ellipse based on specified slope and axes parameters.

The name of the plot statement indicates whether the data source is raw data or input parameters:

  • plot statements without a PARM suffix use raw input data
  • plot statements with a PARM suffix use summary statistics or parameters

Previous | Next | Top of Page