Hi,
I am creating some charts with graph bar and have a time variable called time (type: float, format: %tq) which is specified in the over option.The variable takes 3 values (2005q4, 2010q4, 2015q4) and I want to show them in the chart.
The simplified version of the code I run looks as follows:
The time values I get on the chart are 183, 203, and 223 which is not what I want. Does anyone know how I can get 2005q4, 2010q4, 2015q4 on the chart?
Cheers,
Giovanni
I am creating some charts with graph bar and have a time variable called time (type: float, format: %tq) which is specified in the over option.The variable takes 3 values (2005q4, 2010q4, 2015q4) and I want to show them in the chart.
The simplified version of the code I run looks as follows:
Code:
graph bar (sum) y1, over(time)
Cheers,
Giovanni
Comment