Prev: SAS Editor
Next: member details in explorer
From: Ya Huang on 16 Feb 2010 21:17 The error from annotation is different from the Warning caused by axis scale. The error from your anno most likely is caused by wrong coordinate system. You need to check your xsys and ysys value in the anno dataset. On Tue, 16 Feb 2010 15:35:59 -0800, SAS_learner <proccontents(a)GMAIL.COM> wrote: >Hello all , > >I am getting this warning in the Graph, Is there way to take care of it. In >the dataset I have one record per obs even though I tried to do something >like this >ORDER=(1 TO &_max. BY 1 ) It is giving me error in the anno dataset , Is >there a way solve it please > > >632 axis2 label=(h=2 "Subject") >633 value=(h=1.5 angle=90 %cmpres(%mktick)) >MPRINT(LEFT): tick=1 "019-010" tick=2 "009-008" tick=3 "022-018" tick=4 >"019-022" tick=5 "009-023" >tick=6 "019-009" tick=7 "019-019" tick=8 "009-011" tick=9 "022-014" tick=10 >"022-007" tick=11 "009-003" >tick=12 "019-002" tick=13 "019-015" tick=14 "009-016" > The SAS System > >634 width=1 >635 ; >636 >637 title1 "Figure 1 The Best percent change from baseline in the sum >of the longest"; >638 title2 "diameter of the Target lesions by RECIST for each >subject"; >639 title3 "Evaluable Population"; >640 title4 "Group B"; >641 >642 goptions FTEXT=duplex SIMFONT=duplex htext=2 htitle=2; >643 >644 >645 *Use the proc gchart method:*; >646 PROC GCHART DATA=best; >647 VBAR prtdiff / >648 DISCRETE >649 subgroup=Arm_Trt >650 legend=legend1 >651 raxis=axis1 >652 maxis=axis2 >653 coutline=black >654 SUMVAR=prtdiff >655 anno=anno >656 ; >657 run; > >WARNING: The intervals on the axis labeled PRTDIFF are not evenly spaced. > >thanks for the help >SL
|
Pages: 1 Prev: SAS Editor Next: member details in explorer |