SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Enhancing and Exporting Charts and Plots
Assigning Descriptive Labels


Question: Write a statement to label the variable Treadmill with the descriptive text Treadmill Tests.
     symbol1 c=blue v=star i=spline h=1 cm w=4;
     symbol2 c=green v=plus i=spline h=1 cm w=4;
     proc gplot data=clinic.totals2000; 
        plot therapy*month treadmill*month / overlay;
        
     run;   

           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement