Displaying 2 results from an estimated 2 matches for "honeydew2".
Did you mean:
honeydew3
2011 May 23
1
panel.first problem when plotting with formula
...hat adds gridlines and a background,
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...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...F5",
"grey97", "#F7F7F7",
"grey98", "#FAFAFA",
"grey99", "#FCFCFC",
"grey100", "#FFFFFF",
"honeydew", "#F0FFF0",
"honeydew1", "#F0FFF0",
"honeydew2", "#E0EEE0",
"honeydew3", "#C1CDC1",
"honeydew4", "#838B83",
"hotpink", "#FF69B4",
"hotpink1", "#FF6EB4",
"hotpink2", "#EE6AA7",
"hotpink3", "#C...