Dear all,
I am struggling to correctly specify "white" as background colour in SSC coefplot.
I already went throught the excellent help file and support website but could not solve the issue.
I am plotting estimates for separate outcomes (plotted in separate panels) and samples (multiple estimates for the same coefficient in the same panel).
I ran the following codes:
and I got back the picture below.

It seems coefplot passess through the graphregion(color(white)) bgcolor(white) options I entered.
I also tried passing the background options only in the last set of options but I got back the same result.
I guess I could edit the graph by hand but I am surprised I cannot automate this in the do file.
Can anyone please point out where I am going wrong?
Thanks,
Luca
I am struggling to correctly specify "white" as background colour in SSC coefplot.
I already went throught the excellent help file and support website but could not solve the issue.
I am plotting estimates for separate outcomes (plotted in separate panels) and samples (multiple estimates for the same coefficient in the same panel).
I ran the following codes:
HTML Code:
coefplot (comm_skills_1y, label(1Y) pstyle(p3) msymbol(D) graphregion(color(white)) bgcolor(white)) ///
(comm_skills_1y_past, label(1Y - Past) pstyle(p4) msymbol(S) graphregion(color(white)) bgcolor(white)), graphregion(color(white)) bgcolor(white) bylabel(Communication) ///
|| ///
(crea_skills_1y, label(1Y) pstyle(p3) msymbol(D) graphregion(color(white)) bgcolor(white)) ///
(crea_skills_1y_past, label(1Y - Past) pstyle(p4) msymbol(S) graphregion(color(white)) bgcolor(white)) ///
, graphregion(color(white)) bgcolor(white) bylabel(Creativity) keep(ever_estero_all) xline(0) rename(ever_estero_all = ISM) ci(90)
and I got back the picture below.
It seems coefplot passess through the graphregion(color(white)) bgcolor(white) options I entered.
I also tried passing the background options only in the last set of options but I got back the same result.
I guess I could edit the graph by hand but I am surprised I cannot automate this in the do file.
Can anyone please point out where I am going wrong?
Thanks,
Luca

Comment