Displaying 3 results from an estimated 3 matches for "colorbrewer2".
Did you mean:
colorbrewer
2012 May 04
1
colours in a pdf
Hi,
I'm plotting PDFs and have a problem. If I have more than 8 sources of data the colours are repeated. These plots are used to remove poor data from the sets so it would be helpful if I could expand the colour range. Is there any way to do this?
The plots are coloured by defining a vector colsVec<-1:(length(mzXMLfiles))
And defined in the loop for (file in 1:length(mzXMLfiles))
as
2013 Jun 10
1
Selecting divergent colors
Hi,
I was trying to make a density plot with 13 samples. To distinguish each
sample, it would be good if each color is as different as possible from the
other colors. I could use the built in function, but that does not do more
than 8 colors and then goes back to recycling the cols. If I use a palette,
then it is really difficult to distinguish between the colors.
So, is there a way that I can
2011 Aug 05
3
plotting many unique colors with categorical data
Hi- I am trying to plot a matrix of categorical values across time using
color to represent each individual factor. For example:
1982 1983 1984 1985 1986 1987
1 19 19 68 68 19 19 68
2 68 68 19 19 68 68 19
3 26 26 34 34 26 26 26
4 57 34 57 57 34 57 34
5 34 57 26 26 57 34 57
6 28 28 28 28 28 58