s***r 发帖数: 1121 | 1 见附件。需要把两个上面的distributions (histogram)合并成一个(下面的一个).
用了下面的code运行了一下;但是结果不对。
proc sgplot data=c3;
histogram A / transparency=0.75 fillattrs=(color=red);
histogram B / transparency=0.75 fillattrs=(color=blue);
keylegend / location=outside position=bottom;
xaxis label="distribution";
run;
请高手指点; 多谢。 |
|