Enhancing and Exporting Charts and Plots |
Lesson
Summary![]() ![]() |
This page contains
|
I. Text Summary
To go to the page where a task, programming feature, or concept was presented, select a link. |
Assigning Descriptive Labels You can use the LABEL statement to assign more descriptive text to the variables in your SAS/GRAPH output. |
Formatting Data Values You can control how values are displayed by using a FORMAT statement. |
Specifying Titles and Footnotes To specify titles and footnotes for your SAS/GRAPH output, you can use TITLE and FOOTNOTE statements. You can control the appearance of titles and footnotes by specifying the color, height, and font used in the text with the COLOR=, FONT=, and HEIGHT= options. Titles and footnotes have the default values shown for the COLOR=, FONT=, and HEIGHT= options. |
Controlling HBAR Statistics You can control which statistics are displayed to the right of the bars on a horizontal bar chart. You can also use the FREQLABEL=, CFREQLABEL=, PERCENTLABEL=, CPERCENTLABEL=, SUMLABEL=, and MEANLABEL= statements to assign descriptive labels to the statistics. |
Controlling VBAR Statistics By default, only one statistic is displayed for VBAR charts. The OUTSIDE= option allows you to display a statistic above the bars in a vertical bar chart. The INSIDE= option allows you to display a statistic within the bars. |
Exporting Graphs You can export graphs that you have created in SAS to a wide variety of graphics formats, either interactively or by using program statements. |
Sizing Graphs You can size graphs using either the HSIZE= and VSIZE= options or the XPIXELS= and YPIXELS= options, depending on whether you create your graph in the GRAPH window or export your graphs directly to external files using program statements. |
Additional Features You can use a number of options within the GCHART and GPLOT procedures to further enhance your graphs. In addition to the capabilities of the GCHART and GPLOT procedures, SAS/GRAPH software enables you to
and much more. |
|
II. Syntax
To go to the page where a statement or option was presented, select a link. |
III. Sample Program |
filename bargif1 'g:\images\barchart1.gif'; |
|
IV. Points to Remember
|
![]() ![]() ![]() ![]() ![]() |
|
![]() |
![]() |
Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.