-
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;
plot swim*month;
run;
quit;
-
Add an option to specify Clinic.Mygraphs as the output catalog
for your graphs.
-
Submit the program and view the overlaid plot. Notice the title of the GRAPH
window.
-
In the GRAPH window, scroll forward to view the next plot. Notice the title
of the GRAPH window.
-
Using the Results window, redisplay the overlaid plot.
-
Open the Clinic.Mygraphs catalog and display the
Gplot1 entry.
Return here and select Next.
|