Hi all, I am trying to put dots on certain months similar to the graph below. Do you know how to do this in twoway line? My current code looks like
So my time is in stata month day time and I would like to put dots on every March of each year. Let me know what you think!
Code:
twoway line goodservices activemonth_final if activemonth_final>=`=tm(2018m1)', xline(`=tm(2020m3)') xlabel(`=tm(2018m1)' (5) `=tm(2020m11)')
Comment