All - I am using the spmap function in stata and have been reading the documentation and have not been able to get multiple marker sizes when I use the by() command in spmaps. I have read through the documentation numerous times and have tried different ways of inputting size(markersizestyle_list) but I still seem to always get just one marker size based on the first number. If anyone has done this before and knows how to get it to work I would really appreciate it. Thank you for the help!
Here is the line of code I am using:
spmap lambda using GridCells, id(spgrid_id) clnum(20) fcolor(Reds2) ocolor(none ..) ///
legend(off) point(data(All Addresses) xcoord(longitude) ycoord(latitude) ///
fcolor(yellow blue) by(b) size(*.1 1))
Best,
Greg
Here is the line of code I am using:
spmap lambda using GridCells, id(spgrid_id) clnum(20) fcolor(Reds2) ocolor(none ..) ///
legend(off) point(data(All Addresses) xcoord(longitude) ycoord(latitude) ///
fcolor(yellow blue) by(b) size(*.1 1))
Best,
Greg
Comment