Re: [R] Getting unique colours

2011-11-17 Thread Milan Bouchet-Valat
Le mercredi 16 novembre 2011 à 20:02 -0800, Quercus a écrit : > Hey everyone, > > I am new to R, and I'm making a scatter plot graph where i have a bunch of > plots/points that fall into 9 unique categories. I want each category to > have a unique colour, however, with the coding I have (below),

[R] Getting unique colours

2011-11-16 Thread Quercus
Hey everyone, I am new to R, and I'm making a scatter plot graph where i have a bunch of plots/points that fall into 9 unique categories. I want each category to have a unique colour, however, with the coding I have (below), the colour black is repeated for two of my plot types. Does anyone know