大神求救,为什么stata绘制PSM-DID密度图总是报错

twoway(kdensity _ps if _treated==1,legend(label(1 'Treat')))(kdensity _ps if _wei
> ght!=1&_weight!=.),legend(label(2 'Control'))),xtitle(Pscore) title('After Matchi
> ng') scheme(burd)
xtitle(Pscore) is not a twoway plot type
r(198);