
Using Options to Override Style Attributes
Options That Override Attributes for Individual Plots
Overview of Graphical Properties
In GTL, the syntax for explicitly setting the properties of a graphical feature is a list of
name-value pairs that is enclosed in parentheses. For example, to set the X-axis
properties, you use the following option in the layout statement:
XAXISOPTS=(LABEL="string" TYPE=axis-type …)
The syntax for setting appearance options is similar. For example, in statements such as
SERIESPLOT, DENSITYPLOT, REFERENCELINE, and DROPLINE, you use the
LINEATTRS= option to specify the appearance of the line:
LINEATTRS= (COLOR=color PATTERN= ...