Hi Statalist,
I have a question which I believe is simple for seasoned Stata programmers (not me!). I am trying to produce a graph using -twoway- and I have a variable for time (time) for my x-axis currently formatted as %tmMonYY. How might I format the date such that the Month is in the line on top of the year on the graph?
So instead of:
Jun06
I have:
Jun
06
Thanks!
I have a question which I believe is simple for seasoned Stata programmers (not me!). I am trying to produce a graph using -twoway- and I have a variable for time (time) for my x-axis currently formatted as %tmMonYY. How might I format the date such that the Month is in the line on top of the year on the graph?
So instead of:
Jun06
I have:
Jun
06
Thanks!
Comment