Hello,
How do I get the x-axis labels or in this case YearMonth to be vertical?

Code:
label var naics_21 "Sector"
twoway (line TotMonth date, by(naics_21)) (scatter income date, by(naics_21)), legend(label(1 "Total Monthly Hours") label(2 "Total Weekly Income"))
Thank you,
Yeshwin

Array