 |
Select observations and modify
enhancements. |
-
Cancel all previous SYMBOL statements to be sure that the additive nature
of the SYMBOL statement does not give you unexpected results.
-
Copy the program below and paste it into the Program Editor window (or issue the command
copy sashelp.oltutor..source ).
symbol1 value=star color=red height=2 interpol=join;
symbol2 value=star color=blue height=2 interpol=join;
proc gplot data=clinic.therapy1999;
plot aerclass*month walkjogrun*month /
overlay vaxis=0 to 300 by 75;
run;
quit;
Submit the program.
-
Recall the program. Modify the SYMBOL1 statement to cancel the VALUE= option.
Cancel all the SYMBOL2 options.
-
Select only observations where the value of
AerClass exceeds
that of Swim .
-
Submit the step and view the output.
Return here and select Next.
|
Copyright © 2002 SAS Institute Inc.,
Cary, NC, USA.
All rights reserved.
Terms of Use & Legal Information
| Privacy Statement