Skip to content
Prev 176281 / 398503 Next

contourplot label color

On Mon, Apr 6, 2009 at 9:00 AM, bruno joly <bruno.joly at meteo.fr> wrote:
You don't need a panel function; just use

 contourplot(Prob ~ D.CSW * D.CS,data=grid,region=TRUE,
             col="white",labels=list(labels = TRUE, col="white"))

(the documentation suggests that the 'labels=TRUE' is unnecessary, but
that is not so).

-Deepayan