Hi everyone,

I'd like to compare the covariates for the treatment and control group before and after matching using the pstest command. For now, my code looks as follows:

Code:
pstest $psvars, treated(treat) mweight(_weight) both dist graph label scheme(s1color)
However, while this displays the variable labels in the table, it does not do so in the graph. Any suggestions how to solve this?

Thank you!