SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating Plots
Enhancing Plots
 


Question: Write a statement to specify that the plotting symbol for the second plot line will be a DIAMOND that is 2 cells high.
        
         proc gplot data=clinic.totals2000;
            plot newadmit*month therapy*month /
                 vaxis=0 to 300 by 100;
         run;

           
  back||next

 

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

Terms of Use & Legal Information | Privacy Statement