Glossary |
a distinct rectangular subregion of a graph that can contain plots, text, or legends.
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.
a variable whose values classify the observations in a data set into different groups that are meaningful for analysis.
a variable defined in a template with the DYNAMIC statement that can be initialized at template run time.
a SAS statement that you can specify anywhere in a SAS program.
an extension to the Output Delivery System (ODS) that enables users to create sophisticated analytical graphs. Short form: GTL.
See Graph Template Language.
an extension to ODS that is used to create analytical graphs using the Graph Template Language.
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.
a graph with multiple cells.
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.
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.
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.
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.
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.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.