weixin_58444703:
您好,请问我指定的框线颜色没用是什么原因啊,proc sgplot data=Waterfall dattrmap=myattrmap;
styleattrs datacolors=(Yellow1 skyblue SlateBlue) ;
vbarparm category=position response=Response /datalabel datalabelpos=data datalabelattrs=(size=12pt color=blue )
group=Group groupdisplay =stack attrid=myid barwidth=1 ;
scatter x=position y=NewPD / markerattrs=(symbol=triangle color=blue size=10);
refline -30 / axis=y lineattrs=(pattern=shortdash) ;
refline 20 / axis=y lineattrs=(pattern=shortdash) ;
xaxis label="Patient Number" ;
/* inset ("C="="CR" "R="="PR" "S="="SD" "P="="PD" "N="="NE") / title='BCR' */
/* position=topright border textattrs=(size=6 weight=bold) titleattrs=(size=7);*/
yaxis label="Best % change in sum of diameters id target lesions" values=(-100 to 111 by 10) ;
keylegend / location=inside down=2;
run;