On Thu, 23 Oct 2003, James MacDonald wrote: > I believe you want plot(blah blah, col=palette(rainbow(13))) > No. palette() sets the default palette, so eg > palette(rainbow(13)) > plot(1:13,col=1:13) will plot in the new palette. -thomas