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
Replacing missing value by linear intervals between tow points across time.Dear Statalist, I am current facing a bit of dilemma with missing variables. I have merge two datas…
Logistic regression shows negative adj. (McFadden's) R2 but statistically sig. coefficient for main predictor variable. How to interpret?As the title says, I have a logistic regression model with a negative adjusted R2 (McFadden's), but …
OLS panel data regressionHi, I'm trying to run a regression with lots of controls. I'm looking for the impact of media on vot…
DiagonalI am modelling a huge database and I have to create a new variable that contains the value of the di…
Prior Event Rate Ratio (PERR) and its confidence intervalDear all, I am trying to calculate Prior Event Rate Ratio (PERR) and its 95% confidence interval in …
Subscribe to:
Post Comments (Atom)
0 Response to tline on top of the graph using command twoway area
Post a Comment