Dear all,
I am creating maps using the user written programme spmap (see ssc install spmap). My code looks as follows
Everything works fine, except the values in the legend have eight decimal points. How can I round the values so that I only have two decimal points?
I working with Stata 15.1 on Windows 10.
Thank you!
Stephanie
I am creating maps using the user written programme spmap (see ssc install spmap). My code looks as follows
Code:
spmap x using "file", id(_ID) /// fcolor(Blues) /// clnumber(9) clmethod(quantile) /// title("x", size(small))
I working with Stata 15.1 on Windows 10.
Thank you!
Stephanie
Comment