change label in y-axis/x-axis? - Statalist My question is: how can I change the label in vertical axis from (say) "year== 1935.0000" to only "1935"? Similarly, the following code Code: tab year, gen (dy) reg invest dy*, nocon coefplot, yline (0) vertical msymbol (s) mfcolor (white) ci (50 box) ciopts (recast (rcap)) generates