SAS OnlineTutorback||next

Try It! Enhance overlaid plots using Clinic.Therapy1999.

Creating HTML output? Read this first.

  1. 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;
    
  2. 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.

  3. 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.

  4. Submit the step and view the output.

    Return here and select Next.

Solution

back||next


Copyright © 2002 SAS Institute Inc., Cary, NC, USA.
All rights reserved.

Terms of Use & Legal Information | Privacy Statement