Displaying 3 results from an estimated 3 matches for "pastel1".
Did you mean:
pastel
2010 Nov 23
1
specifying colours in a ggplot2 piechart
..."green", l = "orange", m = "red", n = "blue", o = "green",
p = "orange" )
pie1 <- ggplot(mypie, aes(x = factor(zz), fill = factor(zz))) + geom_bar(width = 1)
pie2 <- pie + coord_polar(theta = "x") + scale_colour_brewer(Pastel1)
pie2
# try to get even nastier piechart with ugly colours to provide rast.
pie3 <- pie2 + scale_colour_manual(value=mycolours)
pie
2005 Jul 07
2
Brewer colours
...166,217,106,
102,189,99,
26,152,80,
0,104,55),
dim = c(3, 11))
brewerQualitative.Set3 <- array(data = c(
141,211,199,
255,255,179,
190,186,218,
251,128,114,
128,177,211,
253,180,98,
179,222,105,
252,205,229,
217,217,217,
188,128,189,
204,235,197,
255,237,111),
dim = c(3, 12))
brewerQualitative.Pastel1 <- array(data = c(
251,180,174,
179,205,227,
204,235,197,
222,203,228,
254,217,166,
255,255,204,
229,216,189,
253,218,236,
242,242,242),
dim = c(3, 9))
brewerQualitative.Set1 <- array(data = c(
228,26,28,
55,126,184,
77,175,74,
152,78,163,
255,127,0,
255,255,51,
166,86,40,
247,129,191,
153,1...
2008 Jan 07
7
rainbow function
Hello
I'm using rainbow function to generate 10 colors for the plot and it is
difficult to tell the neighboring colors from each other. How can I make
the colors more differently.
Thanks
Zhaoming
[[alternative HTML version deleted]]