search for: 00ff00

Displaying 20 results from an estimated 25 matches for "00ff00".

2007 Jan 13
0
MHII.OB(MARSHALL HOLDINGS INTERNATIONAL INC.) this special for you
...0000FF" bgcolor="#FFFF00"><div align="center" class="style5 style8"><tt>THE MOST UNBELIEVABLE STOCKS THAT YOU CAN BUY NOW!!! </tt></div></td> </tr> <tr> <td bordercolor="#0000FF" bgcolor="#00FF00"><div align="center" class="style5 style8"> <p><tt><span class="style9">MARSHALL HOLDINGS INTERNATIONAL INC(MHII.OB)</span> SAFETY IS GUARANTEED.</tt></p> </div></td> </tr> <tr>...
2010 Jul 07
0
subscripts for panel.superpose in lattice
...ttice') library('grid') trellis.par.set( plot.symbol = list(cex = 1.5,col=rgb(26,71,111,max=255)), superpose.symbol = list(cex = rep(1, times=7),pch=c(15:21),col=c(rgb(26,71,111,max=255), rgb(144,53,59,max=255),rgb(85,117,47,max=255),"#ff0000","orange","#00ff00","brown"),fill=c(rgb(26,71,111,max=255), rgb(144,53,59,max=255),rgb(85,117,47,max=255),"#ff0000","orange","#00ff00","brown")), plot.line = list(cex = 1,lwd=2,col=rgb(26,71,111,max=255)), superpose.line = list(cex = rep(1, times=7),lwd=rep...
2010 Sep 19
0
A logging/graphing UPS client using rrdtool and UPS::Nut
...;, "1:0", "--rigid", "DEF:charge=$rrd_file:bcharge:AVERAGE", "DEF:voltage=$rrd_file:bvolts:AVERAGE", "LINE2:charge#0000FF:Battery Charge (percent)", "LINE2:voltage#00FF00:Battery Charge (volts)") || upslog("$daychargegraph update failed!\n"); RRDs::graph($weekchargegraph, "--title", "Battery Pack Charge (last 7 days)", "--start", time()-604800, "--upper-limit&quo...
2003 Apr 23
1
Text on a boxplot graph
...my code: # creating labels for x-axis labelling lb <- c() for( n in names(o) ) lb <- c(lb, paste("\n",n,"\n",o[[n]], sep="")) boxplot(x[,-c(10,11)], varwidth=TRUE, col=c("#FF0000","#EE0000","#DD0000","#00FF00","#0000FF","#0000DD","#0000BB","#000099"), col.lab="dark red", col.axis="blue", main="Boxplots for Polling results, 1868 clusters, 9604 simulated requests", names=lb, xlab="RED...
2007 Dec 11
2
nut-2.2.1-pre2
Shamelessly reusing the announcement Arnaud sent about three months ago for nut-2.2.1: "We're preparing to release 2.2.1-pre2, so if you have some fixes to backport on Testing, consider announcing it and doing asap. As always, compatibilities update and bugfixes only!" Regards, Arjen -- Eindhoven - The Netherlands Key fingerprint - 66 4E 03 2C 9D B5 CB 9B 7A FE 7E C1
2011 Mar 23
1
Tinc graph and label info.
Hi, I use tinc with the option GraphDumpFile=/etc/tinc/ci00036/grapd.dot In the graph there is the label section: ci00036 [label = "ci00036"]; ci00037 [label = "ci00037"]; ci00038 [label = "ci00038"]; Is there an option to set the label in the tinc config file or host file to a custom text ? Something that is easy to read and has some meaning
2013 Jun 25
1
Correct scaling of axis in persp3d plot
Hi, I want to format my axis in my persp3d plot. With my data, which I attached I created a persp3d plot with the following code, which I summarized from different code snippets I found: library(rugarch)library(rgl)library(fGarch)fd <-as.data.frame(modelfit,which ='density')color <-rgb(85,141,85,maxColorValue=255)x <-seq(-0.2,0.2,length=100)y <-c(1:2318)f
2007 Sep 22
1
Rails newbie: passing a value to hidden form field, then getting it
Warning: I am as green as #00FF00 with rails :-) I have an rhtml view that shows a survey: /views/survey/show.rhtml. I have a Survey model, helper and controller. I''m using the acts_as_commentable plugin to collect comments, and trying to save user comments from users who have taken a survey (don''t ask -- it...
2012 Oct 22
1
how to group smooth line by two groups?
...do it? I tried a color plot with the following code. what should i change "color" to? pb <- ggplot(data, aes(x = a, y = b, color = char, linetype = factor(sex))) p0 <- pb + scale_color_manual(values = c("#00FFFF", "#FFFF00", "#00FF00")) + scale_linetype_manual(breaks=c("0","1"), values=c(1,2), labels = c("male", "female")) + geom_smooth(method = "lm", se = FALSE, # Don't add shaded confidence region size = 1.2, aes(group = char : sex)) &...
2013 Feb 09
1
R maps Help
...)%%360 - 180 a1 <- antipode(m1) l1 <- gcIntermediate(p1, a1, n=n, addStartEnd=addStartEnd) l2 <- gcIntermediate(a1, p2, n=n, addStartEnd=addStartEnd) l3 <- rbind(l1, l2) l3 } else{ inter } } add_lines <- function(){ pal <- colorRampPalette(c("#00FF00", "#FF0000")) colors <- pal(100) fsub <- flights[flights$airline == "FSR",] fsub <- flights[order(flights$cnt),] maxcnt <- max(fsub$cnt) for (j in 1:length(fsub$airline)) { air1 <- airports[airports$iata == fsub[j,]$airport1,] air2 <-...
2012 Jul 27
1
overlaying a set of 'grouping' lines on a plot from image()
...ot;, "Col5", "Col6" ))) cols <- c("#000000", "#190000", "#330000", "#4C0000", "#660000", "#7F0000", "#990000", "#B20000", "#CC0000", "#E50000", "#FF0000", "#00FF00", "#00AA00", "#005500", "#000000") br <- c(-6000, -10, -1, -0.888888888888889, -0.777777777777778, -0.666666666666667, -0.555555555555556, -0.444444444444444, -0.333333333333333, -0.222222222222222, -0.111111111111111, 0, 0, 1, 10, 6000) m <- t(m[nrow(m):...
2003 Aug 29
2
Lattice plot questions
...r subject), that will change. Also, an examination of "superpose.symbol" reveals the following: > superpose.symbol <- trellis.par.get("superpose.symbol") > superpose.symbol $cex [1] 0.8 0.8 0.8 0.8 0.8 0.8 0.8 $col [1] "#00ffff" "#ff00ff" "#00ff00" "#ff7f00" "#007eff" "#ffff00" "#ff0000" $font [1] 1 1 1 1 1 1 1 $pch [1] "o" "o" "o" "o" "o" "o" "o" This seems to indicate that lattice graphics are restricted to no more than se...
2005 Jun 17
3
Bandwidth monitoring tool
Hi. I am trying to shape my upstream bandwidth, mostly per port. and I am having some problems getting things to work the way I want them to. before I throw my configuration at you guys ;), I`d like to debug it by myself - but I was not able to find a tool that allow me to monitor current bandwidth usage per port (and preferably even per port+ip). I want to know what is the current bandwidth
2000 Feb 29
0
mapping of colornames into hsv: half way done
...t;gray95", "#F2F2F2", "gray96", "#F5F5F5", "gray97", "#F7F7F7", "gray98", "#FAFAFA", "gray99", "#FCFCFC", "gray100", "#FFFFFF", "green", "#00FF00", "green1", "#00FF00", "green2", "#00EE00", "green3", "#00CD00", "green4", "#008B00", "greenyellow", "#ADFF2F", "grey", "#BEBEBE", "grey...
2014 Feb 18
1
User defined variables in upsstats.html
...defined variables in upsstats.html I would like to set lower thresholds for temperature than are set in the UPSes for my web page but I cannot figure out how to pass a value that is not a variable into IFBETWEEN. Is there a way to say: @IFBETWEEN 15 25 ambient.temperature@ <td BGCOLOR="#00FF00"> @ELSE@ <td BGCOLOR="#FF0000"> @ENDIF@ Thank you Tom
2009 Oct 16
2
using a custom color sequence for image()
Hi, I'd like to use a custom color sequence (black - low values, green - high values) in am image() plot. While I can specify colors (say a sequence of grays) to the col argument, the ordering is getting messed up. I have two questions: 1. How can I get a sequence of say 256 colors starting from black and ending in green? 2. How is this specified to image() such that it uses the colors in
2012 Oct 18
0
how to add mean value to regression line using ggplot?
...lue to the regression line as a marker. how to do it? p <- ggplot(data, aes(x = x, y = y, color = a, shape = factor(sex), linetype = factor(sex))) p0 <- p + scale_color_manual(values=c("#00FFFF", "#FFFF00", "#00FF00")) + geom_smooth(method = "lm", se = FALSE, size = 1.5) Thanks a lot. -- View this message in context: http://r.789695.n4.nabble.com/how-to-add-mean-value-to-regression-line-using-ggplot-tp4646674.html Sent from the R help mailing list archive at Nabble.com.
2005 Nov 23
0
Drop Area BUG
..."> <head> <script src="prototype.js" type="text/javascript"></script> <script src="scriptaculous.js" type="text/javascript"></script> <style type="text/css"> .drag { position: relative; background-color: #00FF00; width: 100px; height: 100px; } .drop { position: relative; background-color: #0000FF; width: 200px; height: 200px; border: 5px solid #0000AA; } .over { background-color: #0000AA; border: 5px solid #000000; } </style> </head> <body> <div style="position: relative; margin-...
2004 Nov 02
2
Color schemes that work for people with color-deficient vision
...etoGreen.14 <- c("#0000FF", "#3333FF", "#6666FF", "#9999FF", "#B2B2FF", "#CCCCFF", "#E6E6FF", "#E6FFE6", "#CCFFCC", "#B2FFB2", "#99FF99", "#66FF66", "#33FF33", "#00FF00") BluetoGray.8 <- c("#0099CC", "#66E6FF", "#99FFFF", "#CCFFFF", "#E6E6E6", "#999999", "#666666", "#333333") BluetoOrangeRed.14 <- c("#085AFF", "#3377FF", "#5991FF", "#8CB2FF...
2004 Apr 19
1
barplot fill patterns
Dear R-helpers, I will like to know if there is a way to generate a stacked column graph using both patterns and colors to fill the bars. I have many categories for the number of color available in R, so I will like R to start with solid colors and then use patterns an colors. I have been using barplot and some code that I found in the archives, but I am still having bars with the