Hello,
I have been having a number of issues with my graphics in Stata (16, updated with every new update) as of the last few weeks. A number of certain types of specifications I make to a given graph in my code won't have any effect or show up in the graph. This includes mlabcolor and mlabsize (although NOT mlab itself). With mlabcolor, no matter what color I specify, it appears black. And I tried ado uninstall any new packages that might have been a culprit as well as a number of different set schemes, including the defaults. I can't even edit the label color manually in the Graph Editor. I was wondering if anyone else has had a similar problem lately (with this or any other graph options). I only started having the problem a few weeks ago, so I think it must be related to an update, but in case not I am posting my code and appreciate any and all suggestions!
Thanks so much,
Erin
twoway (scatter dlogwh ln_gdp_2018, ms(i) mlabel(CountryCode) mlabcolor(red) graphregion(color(white)) ylabel(0(0.05)0.12, glcolor(dimgray) glwidth(thin)) xlabel(, labgap(2.5)) ytitle("dlog(W{subscript:h})") xtitle("Log GDP (2018, USD PPP)") title("Total effect", size(medium))) (lfit dlogwh ln_gdp_2018, legend(off) caption("R^2 = `r2'" "Slope = `b'" "SE = `se'") lwidth(medthin) lcolor(black))
Related Posts with Mlabcolor, mlabsize, etc. not changing in scatter plot since Stata update
Stata Command for Graphing placebo test resultsHi Everyone, I am trying to replicate the synthetic control method implemented by Abadie,Diamond, a…
Markov switching model with panel dataHello, I have a panel data with 90 companies across 5 years. I have the financial variables for eac…
Help with MergeGood Morning, I have some trouble in using the merge command in order to create a panel data on bank…
Latent class analysis: - gsem- & pseudo R-squaredDear users, This may be a dumb question, but I am trying familiarizing myself with Latent class clu…
Sector_Year fixed effectsDear all, I have a question relating to country_sector and sector_year fixed effects. I am estimati…
Subscribe to:
Post Comments (Atom)
0 Response to Mlabcolor, mlabsize, etc. not changing in scatter plot since Stata update
Post a Comment