Displaying 12 results from an estimated 12 matches for "limegreen".
2013 Apr 07
4
Same boxplot colors by panels in lattice (bwplot)
...(200)
D2 <- factor(sample(letters[1:2],200,TRUE))
D3 <- factor(sample(letters[3:5],200,TRUE))
DF <- data.frame(x=D1,a=D2,b=D3)
print(bwplot(b~x|a,data=DF,col=c("black","black"),
par.settings = list(box.rectangle =
list(fill=c("darkorange1","limegreen"))),
panel=function(x,...,col) {
panel.bwplot(x,...,col=col[packet.number()])
}
)
)
Thanks,
Concha
2005 Jan 10
1
Invisible plot using RSvgDevice
...oke:#000000;fill:#32CD32" />
So it seems to be the "stroke:none;fill:none" text which will let the plot be "invisible"?
I use following code:
devSVG( file=filename, height = plot_height, width = plot_width, xmlHeader=TRUE, onefile=TRUE)
plot1<-barplot(MI, col=c('limegreen'), beside=TRUE, width = c(1,1), space = c(0,1), ylab='mutual inf.', ylim=c(0,1), main=headertext)
...
dev.off()
I definitly changed no code, but the plot is invisible.
Any help would be appreciated!
Thanks for any help.
Jan
2009 Feb 05
2
Unexpected mfrow, layout behavior (pdf still has multiple pages)
...right)
dev.off()
LDRPlot <- function(left, right)
{
plot(left$x, left$LDR, bty="n", ann=FALSE, xlim=c(-1500, 1000),
ylim=c(1.0, 1.5))
abline(v=0, col=gray(.90))
lines(left$x, left$LDR, col="green4", lty="solid")
points(left$x, left$LDR, bg="limegreen", pch=21)
lines(right$x, right$LDR, col="blue4", lty="dashed")
points(right$x, right$LDR, bg="blue", pch=21)
#title(main="LDR", xlab="Distance (um)", ylab="LDR",
col.main="black", col.lab=gray(.4), cex.main=1.2,...
2011 May 25
0
Adding Mean to Notched Box Plots
...oxplot(data, notch=TRUE,
# Gives the title and axis names
main="Graph Title", xlab="X axis label", ylab="Y axis label",
#Sets the colors
col=(c("gold","darkgray", "darkorchid1", "cyan", "white", "red",
"limegreen", "magenta", "chartreuse1", "hotpink1")))
# Make a line accross graph for site limit or similar
abline(h=5, v=0, col = "red",lty=5,)
#adds text for horz line
text(1, 5.1, "Line title",col = "red")
Any suggestions would be greatly app...
2006 Mar 15
0
X11 fonts problem with ubuntu breezy
...> x <- rnorm(50)
> opar <- c(opar, par(bg = "white"))
> plot(x, ann = FALSE, type = "n")
Hit <Return> to see next plot:
> abline(h = 0, col = gray(0.9))
> lines(x, col = "green4", lty = "dotted")
> points(x, bg = "limegreen", pch = 21)
> title(main = "Simple Use of Color In a Plot", xlab = "Just a Whisper
of a Label",
col.main = "blue", col.lab = gray(0.8), cex.main = 1.2, cex.lab = 1,
font.main = 4, font.lab = 3)
Error in title(main = "Simple Use of Color In a Plo...
2000 Nov 03
1
Filled region on graph
Hi,
Say I'd like to fill in color or by hashing the region above 0.5 and
below -0.5 in the following situation.
> x <- seq(0,2*pi, length=100)
> plot(x, sin(x), type="l")
> # Now fill the top part and the bottom part
The only mention of the words "fill" or "filled" seem to be in
filled.contour.
So is this possible in R?
Thanks in advance.
Yves
2001 Feb 04
1
Linux shared library problem (PR#838)
...> x <- rnorm(50)
> opar <- c(opar, par(bg = "white"))
> plot(x, ann = FALSE, type = "n")
Hit <Return> to see next plot:
> abline(h = 0, col = gray(0.9))
> lines(x, col = "green4", lty = "dotted")
> points(x, bg = "limegreen", pch = 21)
> title(main = "Simple Use of Color In a Plot", xlab = "Just a Whisper of a
Label",
col.main = "blue", col.lab = gray(0.8), cex.main = 1.2, cex.lab = 1,
font.main = 4, font.lab = 3)
> par(bg = "gray")
> piechart(rep(1,...
2012 Sep 07
0
Error when using s.multinom() of the ade4 package - %PCA and MCOA
...uot;,"scm266.353","scm266.999")
sglmarkerfrq
nobs<-c(88.0006,90.0004,88.0006,72.0002,88.0006,90.0004,86.0008,86.0008,90.0004,90.0004,90.0004,90.0004,88.0006,90.0004)
round<-round(nobs) #is rounding necessary?
col<-c("darkgreen","springgreen4","limegreen","lavender","aquamarine","darkorchid3","orange","cornflowerblue","darkorchid4","gold","royalblue3","firebrick3","firebrick4","darkblue")
#load package:
library(adegenet)
#plot:
png(f...
2009 Feb 03
3
Boxplots by variable
Dear R users,
I have a matrix "final" which looks like this:
final
oSO4 oNO3 mSO4 mNO3
[1,] 3.3728 0.2110 1.9517421 1.01883602
[2,] 0.8249 0.0697 1.5970292 0.11368781
[3,] 0.2636 0.1004 0.6012445 0.24356332
[4,] 8.0072 0.3443 6.1016998 3.63207149
[5,] 13.5079 0.6593 12.4011068 1.55323386
[6,] 6.1293 0.1989 5.7620926 0.12884845
[7,] 0.6004 0.0661
1999 Dec 26
3
coredump with plot(x,y,pch="+",cex=2.2) (PR#389)
Core dumped when plot() is used with pch="c" & cex > 2, e.g.,
plot(1,1, pch="+", cex=2.2)
Thank you and best wishes for 2000!
Rashid Nassar
--please do not edit the information below--
Version:
platform = i586-unknown-linux
arch = i586
os = linux
system = i586, linux
status =
major = 0
minor = 90.1
year = 1999
month = December
day = 15
language = R
2000 Feb 29
0
mapping of colornames into hsv: half way done
...elblue4", "#6E7B8B",
"lightyellow", "#FFFFE0",
"lightyellow1", "#FFFFE0",
"lightyellow2", "#EEEED1",
"lightyellow3", "#CDCDB4",
"lightyellow4", "#8B8B7A",
"limegreen", "#32CD32",
"linen", "#FAF0E6",
"magenta", "#FF00FF",
"magenta1", "#FF00FF",
"magenta2", "#EE00EE",
"magenta3", "#CD00CD",
"magenta4", "#8B008...
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251
Bug ID: 95251
Summary: vdpau decoder capabilities: not supported
Product: Mesa
Version: 11.2
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at