I have a box plot with a box by categories (over) where each category is a unique date. The x axis is labeled with 5-digit Stata dates (eg. "23362") rather than the formatted date ("18dec2023"). How do I get the labels to appear in %td format? Stata 18.
Thanks
Ben Littenberg
Code:
graph box sbp , over(date, label(format(%tdMon-DD)))
Ben Littenberg
Comment