Previous Page | Next Page

Glossary

Glossary

cell

a distinct rectangular subregion of a graph that can contain plots, text, or legends.

classification panel

a multi-cell graph in which the cell layout is subset by one or more classification variables. The number of the cells and their layout are determined by the unique values of the classification variables. Each cell of the panel has the same types of plots.

classification variable

a variable whose values classify the observations in a data set into different groups that are meaningful for analysis.

dynamic variable

a variable defined in a template with the DYNAMIC statement that can be initialized at template run time.

global statement

a SAS statement that you can specify anywhere in a SAS program.

Graph Template Language

an extension to the Output Delivery System (ODS) that enables users to create sophisticated analytical graphs. Short form: GTL.

GTL

See Graph Template Language.

ODS Graphics

an extension to ODS that is used to create analytical graphs using the Graph Template Language.

Output Delivery System

a component of SAS software that can produce output in a variety of formats such as markup languages (HTML, XML), PDF, listing, RTF, PostScript, and SAS data sets. Short form: ODS.

panel

a graph with multiple cells.

plot

a visual representation of data such as a scatter plot, a series line, or a histogram. In the ODS Graphics context, plot is a generic term for the graphical element or elements drawn by a plot statement. Multiple plots can be overlaid in a cell to create a graph.

SGD file

an ODS Graphics Designer file. Users can open this file in the designer and change the graph. Users can also render the graph to an ODS destination by using the SGDESIGN procedure.

style attribute

a visual property such as a color, line pattern, or font property that has a reserved name. For example, COLOR, FONTFAMILY, FONTSIZE, FONTWEIGHT, and FONTSTYLE are all attributes of style elements such as GraphTitleText, GraphLabelText, and so on. Style attributes are collectively referenced by a style element within a style definition.

style element

a named collection of style attributes that affects specific parts of ODS output. For example, the GraphTitleText style element specifies the color and font properties of title text and possibly other text in the graph. See also style attribute.

system font

a font that can be used by any SAS procedure and by other software, such as Microsoft Word. These fonts include TrueType and Type1 fonts. Examples of system fonts include Albany AMT, Monotype Sorts, and Arial.

Previous Page | Next Page | Top of Page