- title;
- proc format;
- value Yfmt -5000 = ' ' 0-5000 = [best.];
- run;
- proc sgplot data=tmp1.stat_qtr1 NOAUTOLEGEND;
- needle x =yqtr y =p_pos/baseline =0 lineattrs =(color =blue thickness =3);
- needle x =yqtr y =p_neg/baseline =0 lineattrs =(color =red thickness =3);
- series x =yqtr y =all/y2axis lineattrs =(color =green thickness =2);;
- format yqtr year2. all Yfmt.;
- xaxis label = "Year"; yaxis label="Percentage" ;
- y2axis grid values =(-5000 0 to 5000 by 1000) label="# of observations" ;
- run; quit;


雷达卡



京公网安备 11010802022788号







