| |
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: addplot & legsize features on tmap
As the author of -tmap-, I must admit that option -addplot()- is not very
well conceived as far as error trapping is concerned. Also, at first sight
your command has the right syntax, so it's difficult to conjecture about
what's going wrong. As Nick Cox suggested, -set trace on- could help you
spot the problem. Anyway, if you run Stata 9.2, a new (and, hopefully,
better) version of -tmap- (which will be called -spmap-) is about to be
submitted to the SSC Archive. -spmap- should facilitate the drawing of maps
of the kind you're interested in.
Best,
Maurizio
At 07.16 08/02/2007, you wrote:
I have successfully created a map using tmap 2.0 but I'm not
able to make use of a couple of options. Specifically, I
attempted to use addplot so that I can label state names and
legsize to increase the size of the legeng but I received
error messages that the option is not allowed. Can anyone see
the mistake I'm making? Thanks! Any suggestions are greatly
appreciated!
Julie
#delimit ;
tmap choropleth numbrclin if conterminous, id(id) map
("F:\GIS\usmap\us-coordinates.dta")
palette(Reds) ocolor(white) osize(medium)
legbox legtitle("# of free clinics") legformat("%4.1f")
legpos(5);
The syntax above works just fine but when I try to integrate
the following syntax, I get error messages:
legsize(2)
addplot(label label if conterminous,
x(x_coord) y(y_coord) lc(gs14) ls(0.9))
Please note that my main file contains the following variables:
id x_coord y_coord name label conterminous numbrclin
and my boundary file contains: _ID _X _Y
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/