-
Copy the program below and paste it into the Program Editor window (or issue the command
copy sashelp.oltutor..source ).
proc gplot data=clinic.therapy1999;
plot aerclass*month walkjogrun*month /
overlay vaxis=0 to 300 by 75;
run;
-
Modify the program to make red squares, 2 cells high, the plotting symbol
for the first plot line. Connect the points with straight lines that are
2 pixels wide.
-
Make blue squares, 2 centimeters high, the plotting symbol for the second
plot line. Connect the points with straight lines that are 2 pixels wide.
-
Submit the step and view the output.
Return here and select Next.
|