Hello.
I'm plotting map with spmap command and i want to label the name of any city in persian language but stata does not show more than 6 letters and show ? character for two word names like this picture
used code is
I would appreciate if anyone helps
I'm plotting map with spmap command and i want to label the name of any city in persian language but stata does not show more than 6 letters and show ? character for two word names like this picture
used code is
spmap PC using gilcor, id(id) fcolor(Blues) label(xcoord(x_n) ycoord(y_n) label(city2)) legend(label(1 "شهرستان های فاقد پایگاه انتقال خون") )
Comment