Displaying 4 results from an estimated 4 matches for "skyblue4".
Did you mean:
skyblue
2009 Apr 10
2
Plot legend
...#39;t figured this one out yet. Does anyone have any suggestions or if you could point me to a help page that i may have missed, I would greatly appreciate it. a bit of my code is below:
thanks-
sherri
plot(CO2ppm_1$CO2_ppm,ylim=c(-7,10),
axes = FALSE,type="b",pch=16,cex=1,col="skyblue4",main="TC (Model AM2t) SPL Mean Diurnal Cycle",xlab="Hours (GMT)",ylab="CO2(ppm)",col.main="black",font.main=4,lwd=1.8,col.lab="black",col.sub="Black")
points(CO2ppm_2$CO2_ppm,type="b",pch=16,col="green")
points(C...
2007 Mar 02
1
barplot with different color combination for each bar
...potentially
unique color combination?
Thanks for your help!
Kim
X <- seq(1:6)
Q <- matrix(sample(X, 60, replace = T), nrow=6, byrow = T)
H <- matrix(rep(1,60), nrow=6, byrow=T)
color <- c("blue", "orange", "gold", "indianred", "skyblue4", "lightblue")
cols <- ifelse(
(Q ==1) , color[1],
ifelse(
(Q ==2), color[2],
ifelse(
(Q ==3) , color[3],
ifelse(...
2006 Mar 14
3
rails on emacs - need a working .emacs sample
I would like to hear from some one who has ecb, multiple modes with
ruby mode + html mode, rails mode all working together and playing
well.
I had ecb working with Ruby syntax highlighting. That was a no-brainer
since I just had to apt-get them on my Debian Sarge box.
It got a bit more comlex after I got most of the .el files in the articles
http://www.emacswiki.org/cgi-bin/emacs/RubyOnRails
2000 Feb 29
0
mapping of colornames into hsv: half way done
...ppink3", "#CD1076",
"deeppink4", "#8B0A50",
"deepskyblue", "#00BFFF",
"deepskyblue1", "#00BFFF",
"deepskyblue2", "#00B2EE",
"deepskyblue3", "#009ACD",
"deepskyblue4", "#00688B",
"dimgray", "#696969",
"dimgrey", "#696969",
"dodgerblue", "#1E90FF",
"dodgerblue1", "#1E90FF",
"dodgerblue2", "#1C86EE",
"dodgerblue3",...