SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating Plots
Enhancing Plots
 


Question: Write a statement to specify that plotting symbols in the first plot line be connected with a smoothed line that is 4 times as wide as the default.
   
    proc gplot data=clinic.totals2000;
       plot newadmit*month therapy*month
            totals*month / overlay;             
    run;

           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement