试一下这个,手头没有数据,只有猜测了:
graph hbar (count) indwage, over(worktype, label(labs(*0.8))) ///
over(wave) ///
scheme(s1mono) pcycle(9) ///
bar(1,color(black)) ///
bar(2, bstyle(black*0.5)) ///
bar(3, bstyle(outline)) ///
legend(label(1 国有) label(2 集体) label(3 其它) position(7) ring(0) row(2)) ///
blabel(bar) ///
ytitle("样本数量")
你酌情修改一下即可。