Hi,
I want to plot a reference line on top of the graph using command tline, but it's just under the graph so that I can't see it.
I found some similar topics that raised by other people, but none of them are using "twoway area" command.
My command as follows:
#delimit;
twoway area aa ab ac ad ae week, graphregion(color(white))
tline(16feb2020,lwidth(thick)) bcolor(ltblue) blcolor(black)
color(blue*.1%50 blue*.3%50 blue*.5%50 blue*.7%50 red*.3%80)
lcolor(black black black black red)
legend(rows(1) size(small))
xtitle("")
ttext(100 16feb2020 "16feb2020", size(8pt) color(red))
saving(trend1,replace)
;
Any tips would be helpful.
Thank you.
Related Posts with tline on top of the graph using command twoway area
Difference in differences and the bi-directional modelDear researchers, I have two questions, please. I have unbalanced panel data for a set of firms. I…
issues with nested logitDear forum, I'm an economics PhD student playing around with the new Discrete Choice features in St…
Marking correlation coefficients on pwcorrHi, Using a dataset with many correlated variables, I'm interested in seeing if any of the pairwise …
merging datasets only if two variables matchHi all, I need to merge two datasets, but only if two variables from both dataset match. First data…
How to select the best functional form for a gravity model using panel data with non-stationary observationsI am trying to measure the impact of Geographical Indications in international trade with a gravity …
Subscribe to:
Post Comments (Atom)
0 Response to tline on top of the graph using command twoway area
Post a Comment