search for: brown4

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

Did you mean: brown
2006 Jun 25
0
Fighting with GDD & lwd
...la[,1]),tabella[,3],type="l",lwd=2,col="dark green") legend(1,Ymax,c(substring(FineMeseAnnoPrima,1,4),substring(Ieri,1,4)), col=c("dark green","red"),lty=c(1,1),lwd=4,bty="n") axis(1,at=1:length(tabella[,1]),lab=1:length(tabella[,1]),col="brown4", col.axis="brown4") axis(2,at=seq(Ymin,Ymax,by=2),lab=seq(Ymin,Ymax,by=2), col="brown4",col.axis="brown4",las=2) axis(4,at=seq(Ymin,Ymax,by=2),lab=seq(Ymin,Ymax,by=2), col="brown4",col.axis="brown4",las=2) grid(NA,ny=NULL,col="pi...
2008 Jan 07
4
Orientation of labels on axes
...ow up, probably because there's not enough space. I use the following code to create the plot: modality <- read.table("results.table", header=TRUE, sep=",") color <- c("red3","green3","blue3","orange2","purple2","brown4") plot(modality, col=color) >From the manual I though one of the following might help: > plot(length, col=color, las=1) > plot(length, col=color, las=2) > plot(length, col=color, las=0) This is supposed to change the orientation of the axis lables, I guess. But it doesn't cha...
2008 Jan 04
1
Sorting of captions on axes
...ble.com/file/p14618947/at-modality.png I created this image with R by using the following code: modality <- read.table("results.table", header=TRUE, sep=",") color <- c("red3","green3","blue3","orange2","purple2","brown4") plot(modality, col=color) The data I read in has this format: ... 38355 GeneralInfo Textual 38356 GeneralInfo Textual 38357 Person Textual 38358 Person Combination 38359 Advice Textual 38360 GeneralInfo Textual ... The plot is exactly what I...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...000CD", "blue4", "#00008B", "blueviolet", "#8A2BE2", "brown", "#A52A2A", "brown1", "#FF4040", "brown2", "#EE3B3B", "brown3", "#CD3333", "brown4", "#8B2323", "burlywood", "#DEB887", "burlywood1", "#FFD39B", "burlywood2", "#EEC591", "burlywood3", "#CDAA7D", "burlywood4", "#8B7355", "cadetblue",...