Hi,
I would like to plot a graph using
Code:
twoway line
I am expecting the graph would be shaped in a solid line between 2000 and 2015. After 2015, the graphs would be like a dash line. I hope the attached image helps for understanding.
I know the
Code:
lpattern(dash)
Code:
in range()
Thank you.
Comment