search for: indianred

Displaying 3 results from an estimated 3 matches for "indianred".

Did you mean: indianred4
2007 Mar 02
1
barplot with different color combination for each bar
...I can assign each bar a 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],...
2007 Apr 04
1
rgl.postscript generating pdf: floating xlab, font size, transparency
...lt;- 1200 data.rep <- 10 R <- rep(seq(1,endpoint, by =interval),rep((data.length/3)/endpoint,endpoint)) Q <- cbind(matrix(sample(X,data.length , replace = T), ncol = 3, byrow = T),R) ## plotting using rgl symbol.col <- c("blue", "orange", "gold", "indianred") plot.lim <- c(1, 6) plot3d( 0, 0, 0, xlim = plot.lim, ylim = plot.lim, zlim = plot.lim, type = "n", xlab = "X-Axis", ylab = "Y-Axis", zlab = "Z-Axis", ) for (...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...quot;, "honeydew4", "#838B83", "hotpink", "#FF69B4", "hotpink1", "#FF6EB4", "hotpink2", "#EE6AA7", "hotpink3", "#CD6090", "hotpink4", "#8B3A62", "indianred", "#CD5C5C", "indianred1", "#FF6A6A", "indianred2", "#EE6363", "indianred3", "#CD5555", "indianred4", "#8B3A3A", "ivory", "#FFFFF0", "ivory1", &quot...