Creating Plots | |
Enhancing Plots |
Canceling SYMBOL Statement Options
You have several choices for canceling SYMBOL statement options. You can
cancel
The following examples illustrate ways of canceling SYMBOL statement options.
Example: Canceling Individual Options If you had originally submitted this statement . . . symbol1 interpol=join color=yellow width=1.5; . . . you could cancel only the COLOR= option by submitting the following null statement: symbol1 color=;
Example: Canceling All Options in One SYMBOL Statement If you had originally submitted these statements . . . symbol1 interpol=join color=yellow width=2 value=square; symbol2 interpol=join color=blue width=2 value=star; . . . you could cancel all the options in the SYMBOL2 statement by submitting the following statement: symbol2;
Example: Canceling All SYMBOL Statements in Effect If you had originally submitted these statements . . .
symbol1 interpol=join color=yellow width=2 value=square; symbol2 interpol=join color=blue width=2 value=star; symbol3 interpol=join color=red width=2 value=triangle; . . . you could cancel all SYMBOL statements in effect by submitting the following GOPTIONS statement: goptions reset=symbol;
|
Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.