|
RolandRB wrote:
> Perfect! Problem solved.
>
> goptions reset=all xpixels=1000 ypixels=6000 hpos=50 vpos=300
> ftext='Times New Roman' dev=html;
>
> %rannomac
>
> data test;
> %dclannovars;
> %xyzhsys(xsys='4',ysys='4',hsys='4')
> %rarrow(y=298,x1=20,x2=48,height=0.5)
> %text(y=298,x=19,position='<',text="right-aligned text")
>
>
%rarrow(y=297,x1=20,x2=48,height=0.5,fillcolor='green',linecolor='black',fil
lpattern='mempty')
> %text(y=297,x=19,position='<',text="next line of text")
> run;
>
> proc ganno annotate=test;
> run;
For reference, there was a SUGI 30 paper by Chang Chung and Ya Hunag,
"%CYARROW, A NEW ANNOTATE MACRO"
http://www2.sas.com/proceedings/sugi30/048-30.pdf
--
Richard A. DeVenezia
|