| Date: | Mon, 14 Jun 2004 14:46:59 -0400 |
| Reply-To: | bill_droogendyk@DOFASCO.CA |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Bill Droogendyk <bill_droogendyk@DOFASCO.CA> |
| Subject: | Re: annotate position values, 2 and 8 |
| Content-Type: | text/plain; charset="us-ascii" |
Susan:
position='B' is 1/2 cell equivalent of '2'
and
'E' is the 1/2 cell equivalent of '8'
wd
Today's gift is ... Today!
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
susan bander
Sent: 14 June, 2004 14:35
To: SAS-L@LISTSERV.UGA.EDU
Subject: annotate position values, 2 and 8
using an annotate dataset, the normal use of position is something like
this function='label'; x=xvar; y=yvar +(taillen * abs(maxyvar)* updown);
text=mylabel; size=labelsiz; style='swiss'; color=labelclr; if updown=-1
then position='8'; if updown=1 then position='2';
output;
is there a value for position that would bring it a little higher? the
value of '8' leaves a gap especially when plotting data in gantt style
charts, whereas the value of '2' shows the data perfectly just a little
above the plotted line
|