I wonder if its possible control the Point transparency using spmap:
Code:
spmap relig1 using "Italy-RegionsCoordinates.dta", id(id) ///
fcolor(BuRd) ocolor(white ..) ///
label( xcoord(xcoord) ycoord(ycoord) ///
label(relig1) size(*0.85 ..) pos(0 0)) ///
point(xcoord(xcoord) ycoord(ycoord) ///
ocolor(edkblue) ///
fcolor(red) size(*3.8))Below I tried to change the alpha (transparency) of red point: I tried with red%30 but dont change transparency.
Code:
spmap relig1 using "Italy-RegionsCoordinates.dta", id(id) ///
fcolor(BuRd) ocolor(white ..) ///
label( xcoord(xcoord) ycoord(ycoord) ///
label(relig1) size(*0.85 ..) pos(0 0)) ///
point(xcoord(xcoord) ycoord(ycoord) ///
ocolor(edkblue) ///
fcolor(red%30) size(*3.8))Thanks in Advance
Rodrigo
0 Response to Point transparency in spmap
Post a Comment