- Options User=work;
- Data temp;
- Do n=1 to 100;
- x=rannor(12345)*5+10;
- m=n/10;Output;
- End;
- Run;
- Data Anno1;
- Length Function text Color Style $30.;
- Retain Xsys Ysys "2";
- Retain When "A" Position "5";
- Ysys="3";
- y= 11.5;
- x=2;Function="Label";Text="2";Output;
- x=3;Text="3";Output;
- x=20;Text="20";Output;
- Xsys="3";Ysys="2";
- x=11;
- y=2;Text="2";Output;
- y=3;Text="3";Output;
- Xsys="2";
- x=0.1;y=1;Function="move";Output;
- x=1;Function="Draw";Output;
- y=0.1;x=1;Function="move";Output;
- y=1;Function="Draw";Output;
- Run;
- Options PaperSize=("20cm" "15cm");
- Goptions Reset=all;
- Goptions Gunit=pct Cback=White;
- Goptions Hsize=20cm Vsize=15cm;
- Goptions Htext=5 Ftext="Simplex";
- Symbol1 I=None V=Star CI=Red CV=DodgerBlue CO=Green H=4;
- Axis1 Logbase=10 LogStyle=Expand
- Order=(0.1 1 10 100)
- Label=( "Maximum ALT (/ULN)")
- Minor=(H=1) Major=(H=2)
- Value=(T=1 "" T=2 "1" T=3 "10" T=4 "")
- Offset=(0,0);
- Axis2 LogBase=10 LogStyle=Expand
- Order=(0.1 1 10)
- Label=(Angle=90 "Maximum Total Bilirubin (/ULN)")
- Minor=(H=1) Major=(H=2)
- Value=(T=1 "" T=2 "1" T=3 "10")
- Offset=(0,0);
- Axis3 LogBase=10 LogStyle=Expand
- Order=(0.1 1 10)
- Label=None
- Minor=(H=1) Major=(H=2)
- Value=None
- Offset=(0,0);
- Proc Gplot data=temp Anno=Anno1;
- Plot x*m/ Haxis=Axis1 Vaxis=Axis2
- Href=(3 20) LHref=(1 3) WHref=1
- Vref=2 Lvref=1 WVref=1;
- Plot2 x*m/ Vaxis=Axis3;
- Run;
- Quit;
- /*
- References
- http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#axischap.htm
- */


雷达卡






京公网安备 11010802022788号







