Programming Resources
Example: Using ANNOTATE to add text to a plot in SAS/GRAPH
An example which creates an annotate dataset with a text label to be displayed in a plot, using GPLOT in SAS/GRAPH
* Adds text TEXT HERE at data point 23 on x-axis, 100% *;
* position on y-axis *;
data annot;
length function $8;
x=23;
function='LABEL'; text='TEXT HERE'; color='LIGR';
position='2'; xsys='2'; ysys='1'; y=100; size=1.5;
output;
run;
proc gplot....
plot ... / annotate=annot;
run;
quit;
Recommended SAS log analyser for SAS users:
Take a look at Elvis SAS log analyser. It takes a SAS log, either from the clipboard or from a saved file, and allows you to view it, navigate around it, search it and more. This makes working with large SAS logs much, much easier and faster than simply looking at the log in a non-specialised viewer such as a plain text editor, Internet Explorer or Notepad.
If you are looking for property in Piemonte Italy then we recommend alba property and piedmont property. Italian real estate.
fearntech
© 2001-2008 Fearntech Limited. All rights reserved.