Dear All, I use the (ssc install) -synth- command to tun the following regression
Code:
xtset id date
sort  id date
synth ageneral ageneral(`=tm(2010m4)') ageneral(`=tm(2009m4)') ageneral(`=tm(2008m4)'), trunit(8) trperiod(`=tm(2010m5)') fig
and obtain the graph
Array

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.