I am pretty sure this is an easy question but somehow I have not managed to find the answer on this forum. I am trying to create a chart with the following command:
graph bar (count) xvar, over(date, label(labsize(small))), xvar>0, ytitle(XVAR) xtitle(Date)
The "Date" variable is string (which is fine). For some reason, stata tells me:
xtitle(Date) not allowed, xaxis1 does not exist
Any help would be much appreciated, thanks!
graph bar (count) xvar, over(date, label(labsize(small))), xvar>0, ytitle(XVAR) xtitle(Date)
The "Date" variable is string (which is fine). For some reason, stata tells me:
xtitle(Date) not allowed, xaxis1 does not exist
Any help would be much appreciated, thanks!
Comment