Hi all,
I am trying to create a world map using the spmap command. Everything is fine except that tiny country islands are invincible and it is impossible to tell what colour these countries are coded as. Is it possible to increase the sizes of such countries or replace them with a bigger circle or square? I found a similar problem here that was solved using R and was wondering if this is also possible in STATA.
Here is my spmap code line.
I am trying to create a world map using the spmap command. Everything is fine except that tiny country islands are invincible and it is impossible to tell what colour these countries are coded as. Is it possible to increase the sizes of such countries or replace them with a bigger circle or square? I found a similar problem here that was solved using R and was wondering if this is also possible in STATA.
Here is my spmap code line.
HTML Code:
*Using spmap spmap trend_x using world_shp, id (_ID) ocolor(black..) osize(0.05..) fcolor(Reds2) ndocolor(black..) ndfcolor(gs15) ndlabel("Missing") ndsize(0.04..) clmethod(custom) clbreaks(0 5 10 15 20 25 30 35 40 45) legend(pos(7) size(*1.2)) legstyle(2) title("Prevalence of X", size(*1.2) color(black)) plotregion(icolor(white) margin(medium)) graphregion(icolor(white) margin(medium))