- data raw;
- input x y;
- datalines;
- 1 0.2
- 2 0.5
- 3 0.7
- 4 0.4
- 5 0.2
- ;
- %annomac;
- data anno;
- %dclanno;
- %system(2,2);
- %label(3,0.9,'Max',red,0,0,2,SWISSBIE,5);
- %label(3,0.1,'Min',green,0,0,2,CENTXI,5);
- run;
- axis1 value=(angle=90);
- axis2 order=(0 to 1 by .1);
- symbol1 interpol=join value=dot;
- proc gplot data=raw;
- format y percent8.;
- plot y*x / haxis=axis1 vaxis=axis2 annotate=anno;
- run;
- quit;


雷达卡



京公网安备 11010802022788号







