search for: grey45

Displaying 6 results from an estimated 6 matches for "grey45".

Did you mean: gray45
2012 Feb 07
3
Lattice - different axis length
..., as.table=T, xlim=c(0,150), layout=c(3,1), par.strip.text=list(cex=1.5), scales = list(alternating = 3, cex=1.2, tick.number=5), xlab="", col=c("grey15","grey75","grey30","grey90","grey45","grey0","grey60","grey100"), #col=c(grey(100:1/100), grey(50:1/100), grey(0:1/100)), stack=T) Unfortunately, in the first two periods there are much less data, hence the bars are much shorter in those two panels and most of the space is unused,...
2011 May 23
1
panel.first problem when plotting with formula
...round, but it's not working with I plot using the formula. I have some theories on what's happening, but even if my theory is right, I don't know how to fix it. Someone have a straightforward silver bullet? Thank you, Gene bgfun = function(color='honeydew2',linecolor='grey45', addgridlines=TRUE){ tmp=par("usr") rect(tmp[1], tmp[3], tmp[2], tmp[4], col=color) if(addgridlines){ ylimits=par()$usr[c(3,4)] abline(h=pretty(ylimits,10), lty=2, col=linecolor) } } dat = data.frame(x=1:10,y=1:10) ## Works plot(dat$x, dat$y, panel.fi...
2012 Nov 07
1
change colour of geom_step by scale_colour_manual
...le/n4648669/step_plot_in_default_color.png> [version 2- producing wrong colour] #try greyScale, didn't work all <-qry_r3_AFF0_CumRate_pooled all <- subset(all, trt_label %in% c('ace','ctrlAM','met')) greyScale <-c("grey15","grey30","grey45") ggplot(all, aes(x=AFF0, y=cum_rate_AFF0_pooled, group=trt_label))+ geom_step(direction="hv", size=3.0)+ scale_y_continuous("Rates of initiating first orientation flight", limits=c(0,0.6), expand=c(0,0), breaks=c(0,0.2,0.4,0.6)) + scale_x_continuous(&quo...
2004 Nov 19
0
Legend
...s of Strata polygon(strlong,strlat,border=T,density=0) par(cex=.8) legend(-61.7,42.6, c("Below 2.0","2.0 to 4.0","4.0 to 6.0","6.0 to 8.0","8.0 to 10.0","10 & Above"), fill=c('grey5','grey12','grey30','grey45','grey62','grey99'),ncol=2,bty="o", bg='white') text(-61.7,42.6,"Temperature Anomaly",adj=c(0,0)) ##############Coding used for grey background issue. require(grid) library(lattice) background<-trellis.par.get("background") backg...
2020 Apr 01
2
añadir líneas verticales con ggplot
Buenos días, hago un mapa con ggplot: world<-map_data('world') windows();ggplot(legend=FALSE) + ... geom_point(data=Data,aes(x=lon,y=lat,color=Clst),size=1.25) + scale_color_manual(values=c("grey45","navy","skyblue","gold","green3","darkgreen")) + geom_path( data=world, aes(x=long, y=lat,group=group)) + labs(title = "Trophic Patterns - Full Data")+ guides(colour = guide_legend(override.aes = list(size=5))) después hago un...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...616161", "grey39", "#636363", "grey40", "#666666", "grey41", "#696969", "grey42", "#6B6B6B", "grey43", "#6E6E6E", "grey44", "#707070", "grey45", "#737373", "grey46", "#757575", "grey47", "#787878", "grey48", "#7A7A7A", "grey49", "#7D7D7D", "grey50", "#7F7F7F", "grey51", "#828282&q...