I am trying to scatter poverty estimates for 50 countries against GDP per capita. Is there any way to use a different marker and marker label color for a country to make it easier for readers to see where the country of interest is in the graph?
I tried using:
scatter value gdppccp2019, mlabel(country3) mlabv(pos2) mlabsize(small) mcolor(blue) msize(vsmall) mlabcolor(blue if country3=="AFG")
but the label color is blue for all countries, not only for AFG.
I tried using:
scatter value gdppccp2019, mlabel(country3) mlabv(pos2) mlabsize(small) mcolor(blue) msize(vsmall) mlabcolor(blue if country3=="AFG")
but the label color is blue for all countries, not only for AFG.
Comment