SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Enhancing and Exporting Charts and Plots
Sizing Graphs


Question: Write a statement to specify that a graph created in the GRAPH window be 10 centimeters high and 15 centimeters wide. Add an option to specify a border around the graph.
          
proc gchart data=clinic.insure;
vbar company; run;

           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement