Dear All, I use the (ssc install) -synth- command to tun the following regression
and obtain the graph

My question is: how can I obtain readable year and month in the horizontal x axis instead of number 500, 550, and so on. Thanks.
Code:
xtset id date sort id date synth ageneral ageneral(`=tm(2010m4)') ageneral(`=tm(2009m4)') ageneral(`=tm(2008m4)'), trunit(8) trperiod(`=tm(2010m5)') fig
My question is: how can I obtain readable year and month in the horizontal x axis instead of number 500, 550, and so on. Thanks.
Comment