Hi -I am using the margins command to interpret a three-way interaction. However, the graph seems to omit the x axis labels for the first graph ("year=0"). Is there anyway of telling Stata to keep all x axis labels (no/yes) for the three graphs?

Code:
margins year, at(femployment_=(0 1) price=(0 1)) noestimcheck
mplotoffset,recast(scatter)offset(0.1) by(year)
Array