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
how to use table command to analyze multiple choice question?hi masters, I just meet a problem which is somewhat frustrated. The survey question always contain…
Parallel ado path errorDear all, I would like to use the ado parallel on a virtual machine (remote data access machine due …
Dominance analysis (domin) after xthybridDear all, I'm using the user-written command xthybrid (see Schunck & Perales, 2017, full refere…
clustered standard errors in double selection lasso causes error (dslogit, vce(cluster clustervar))Dear Statalist-users, I´m using Stata 16.1. In my analysis I want to cluster standard errors at the…
Question about Rank AcrossGood morning, I have 3 variables that I need to rank. There are some cells in those variables that …
Subscribe to:
Post Comments (Atom)
0 Response to Mlabcolor, mlabsize, etc. not changing in scatter plot since Stata update
Post a Comment