Thursday, April 1, 2021

Formatting dates in a bar chart.

Hi! When I plot

Code:
graph bar (count) variable, over(date)
being date the product of
Code:
gen date = date(string_date, "YMD")
format date %td
the graph displayed doesn't change the format. Is there any way of have the graph with the correct format date?

No comments:

Post a Comment