Displaying 8 results from an estimated 8 matches for "yellow2".
Did you mean:
yellow
2005 Jul 27
3
Asymmetric colors for heatmap
> Dear expeRts,
>
> Currently, my colors are as follows:
> mycol <-
> c("blue1","blue2","blue3","blue4","black","yellow4","yellow3","yellow2","y
> ellow1")
> heatmap(snp, Rowv=NA, Colv=NA, col=mycol)
>
> However, I would like to have the following colors:
> bright blue -> dark blue: for intensity range from 0 to 2 in steps of 0.5
> (i.e. 4 grades of blue)
> black: for intensity 2
> dark yello...
2017 Aug 31
2
using both ConnectTo and AutoConnect to avoid network partitions
...tion:
http://imgur.com/a/n6ksh
- 2 Tinc nodes (yellow labels) have a public external IP and port 655 open.
They both have ConnectTo's to each other and AutoConnect = yes
- The remainder tinc nodes (blue labels) have their tinc.conf set up as
follows:
ConnectTo = yellow1
ConnectTo = yellow2
AutoConnect = yes
- Blue labeled nodes also have their port 655 open, but no node in the
network has a ConnectTo to any blue labeled node
- we are still using tinc1.1pre14
- The configuration was loaded by ensuring:
- each node has the keys and Address for their ConnectTo targets
- ti...
2017 Aug 22
3
using both ConnectTo and AutoConnect to avoid network partitions
Hi Guus
Thanks for clarifying. Some follow up questions:
- How do we patch 1.1pre14 with this fix? Or will there be a 1.1pre15 to
upgrade to?
- What is the workaround until we patch with this fix? Using a combination
of AutoConnect and ConnectTo?
- When we use ConnectTo, is it mandatory to have a cert file in the hosts/*
dir with an IP to ConnectTo ?
-nirmal
On Tue, Aug 22, 2017 at 12:10
2002 May 25
3
expressions as axis labels
...ar colleagues,
I often use chemical formulas to label my x-axis, e.g. in barplots. I
used to do this like the following example and it worked just fine:
a <- seq(2,24,2)
b <- seq(3,36,3)
c <- rbind(a,b)
barplot(c, width=c(0.9, 1.1),space=c(0.2, 0.75), col=c("indianred4",
"yellow2"), beside = TRUE,
xlab="Ions", yaxt="n", xaxt="n", ylab = expression(paste("weighted mean
concentration [",mu*eq*l^-1,"]")),
ylim = c(0,40))
axis(2,las=2,
pos=0.4,at=c(0,10,20,30,40),lab=c(0,10,20,30,40),cex.axis=1.0)
axis(1,at=seq(1.8,34.25,...
2002 May 25
3
expressions as axis labels
...ar colleagues,
I often use chemical formulas to label my x-axis, e.g. in barplots. I
used to do this like the following example and it worked just fine:
a <- seq(2,24,2)
b <- seq(3,36,3)
c <- rbind(a,b)
barplot(c, width=c(0.9, 1.1),space=c(0.2, 0.75), col=c("indianred4",
"yellow2"), beside = TRUE,
xlab="Ions", yaxt="n", xaxt="n", ylab = expression(paste("weighted mean
concentration [",mu*eq*l^-1,"]")),
ylim = c(0,40))
axis(2,las=2,
pos=0.4,at=c(0,10,20,30,40),lab=c(0,10,20,30,40),cex.axis=1.0)
axis(1,at=seq(1.8,34.25,...
2009 May 14
0
can I plot a matrix of colors?
...lue
cellcol[cellcol < 5] <- "#F0F8FF"
#Skyblue1
cellcol[cellcol >= 5 & cellcol < 20] <- "#87CEFF"
#Blue
cellcol[cellcol >= 20 & cellcol < 35] <- "#0000FF"
#Green3
cellcol[cellcol >= 35 & cellcol < 50] <- "#00CD00"
#Yellow2
cellcol[cellcol >= 50 & cellcol < 60] <- "#EEEE00"
#Orange2
cellcol[cellcol >= 60 & cellcol < 75] <- "#EE9A00"
#Red
cellcol[cellcol >= 75 & cellcol < 90] <- "#EE0000"
#Firebrick
cellcol[cellcol >= 90] <- "#B22222&qu...
2005 Jun 30
2
How to rotate the axisnames in a BARPLOT
Hi all,
- how can I do a barplot with rotated axis labels? I've seen the example for
just a plot in the FAQ, but I'll missing the coordinates to plot my text at
the right position beneath the bars.
Is there any (easy?) solution?
- how can I set the y-axis in a barplot to logarithmic scale?
Many thanks in advance!
Best Regards
Tom
--
2000 Feb 29
0
mapping of colornames into hsv: half way done
..."#CAE1FF",
"lightsteelblue2", "#BCD2EE",
"lightsteelblue3", "#A2B5CD",
"lightsteelblue4", "#6E7B8B",
"lightyellow", "#FFFFE0",
"lightyellow1", "#FFFFE0",
"lightyellow2", "#EEEED1",
"lightyellow3", "#CDCDB4",
"lightyellow4", "#8B8B7A",
"limegreen", "#32CD32",
"linen", "#FAF0E6",
"magenta", "#FF00FF",
"magenta1", &qu...