Friedrich,
Keep in mind that -tmap- calls colorscheme.dta to determine the color
palette and colorscheme.dta only has a maximum of 9 categories for
each scheme. Of course you could add more colors to each scheme to
have more than 9 distinct categories.
With 10 categories are all the regions colored?
Scott
----- Original Message -----
From: Friedrich Huebler <[email protected]>
Date: Wednesday, August 23, 2006 10:17 am
Subject: st: -tmap- maps: why only 9 categories?
To: [email protected]
> Choropleth maps created with -tmap- from SSC are limited to 9
> categories by default. Quote from the -tmap- help file: "clnumber(#)
> specifies the number of classes k in which the variable of interest
> quantvar should be divided. This option accepts only numbers between
> 2 and 9."
>
> I had to create a map with 10 classes and was able to do so by
> editing tmap_choropleth.ado in two places.
>
> Line 103: change "if r(r) > 9" to "if r(r) > 10"
> Line 110: change "inrange(`clnumber', 2, 9)" to "inrange(`clnumber',
> 2, 10)"
>
> I can only think of aesthetic reasons for a limit on the number of
> categories in a map. Is there also a technical reason for the 9-class
> limit of -tmap-? Could raising this limit cause problems with -
> tmap-
> or with Stata?
>
> Friedrich Huebler
>
*
* 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/