Good Morning Statalisters,
Long-time user/reader here posting for the first time. I apologize if I violate any rules in advance, but I'm unsure if this would be a test post or not...
I'm working to display tsline graphics with automated updates from given data. Specifically, I'm interested in limiting my tlabel/ttick ranges without specifying a max date. Here is a sample of my code:
twoway tsline ... .... if datevar > tm(2004m1), tlabel(2004m1 (12) ., format(%tmYY)) ttick(2004m1 (12) .) ... ...
I'm unable to search and find a means to not limit based upon my pre-specified information, rather, I'd like to limit the label/tick ranges to the max of the dataset.
I greatly appreciate the help in advance! I see myself as a budding Stata user.
Kind Regards,
Ryan Daly
Long-time user/reader here posting for the first time. I apologize if I violate any rules in advance, but I'm unsure if this would be a test post or not...
I'm working to display tsline graphics with automated updates from given data. Specifically, I'm interested in limiting my tlabel/ttick ranges without specifying a max date. Here is a sample of my code:
twoway tsline ... .... if datevar > tm(2004m1), tlabel(2004m1 (12) ., format(%tmYY)) ttick(2004m1 (12) .) ... ...
I'm unable to search and find a means to not limit based upon my pre-specified information, rather, I'd like to limit the label/tick ranges to the max of the dataset.
I greatly appreciate the help in advance! I see myself as a budding Stata user.
Kind Regards,
Ryan Daly
Comment