search for: grey65

Displaying 4 results from an estimated 4 matches for "grey65".

Did you mean: grey60
2008 Dec 24
2
ggplot2 Xlim
Hi: I need some help. I am ploting a bar graph but I can't adjust my x axis scale I use this code: i <- qplot(ForkLength,Number,data=FL,geom="bar") i + geom_bar(colour="blue",fill="grey65") # too crowded FL_dat <- ggplot(FL,aes(x=ForkLength,y=Number)) + geom_bar(colour="green",fill="grey65") FL_dat + scale_x_continuous(limits=c(20,170)) # Can't see anything FL Number 29 22.9 30 63.4 31 199.3 32 629.6 33 2250.1 34 7452.5 35 19352.9 36 17...
2009 Nov 13
1
Trellis settings get lost when printing to pdf
...;) new.symbol=trellis.par.get("plot.symbol") new.strip.background=trellis.par.get("strip.background") new.strip.shingle=trellis.par.get("strip.shingle") new.dot$pch="|" new.dot$col="black" new.rectangle$col="black" new.rectangle$fill="grey65" new.umbrella$col="black" new.umbrella$lty=1 # Continous line, not dotted new.symbol$col="black" new.strip.background$col="grey87" # Background colour in the upper label new.strip.shingle$col="black" # Border colour around the upper label trellis.par.set...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...949494", "grey59", "#969696", "grey60", "#999999", "grey61", "#9C9C9C", "grey62", "#9E9E9E", "grey63", "#A1A1A1", "grey64", "#A3A3A3", "grey65", "#A6A6A6", "grey66", "#A8A8A8", "grey67", "#ABABAB", "grey68", "#ADADAD", "grey69", "#B0B0B0", "grey70", "#B3B3B3", "grey71", "#B5B5B5&q...
2008 Dec 26
1
starting values update
...anding? Wayne Felipe Carrillo wrote: > > Hi: I need some help. > I am ploting a bar graph but I can't adjust my x axis scale > I use this code: > i <- qplot(ForkLength,Number,data=FL,geom="bar") > i + geom_bar(colour="blue",fill="grey65") # too crowded > > FL_dat <- ggplot(FL,aes(x=ForkLength,y=Number)) + > geom_bar(colour="green",fill="grey65") > FL_dat + scale_x_continuous(limits=c(20,170)) # Can't see anything > > FL Number > 29 22.9 > 30 63.4 > 31 199.3...