search for: 9999ff

Displaying 4 results from an estimated 4 matches for "9999ff".

Did you mean: 9999
2006 May 02
1
Math expressions in pie chart labels?
Hello, trying to get something like this to work and am failing: pie( c(length(strongN14),length(weakN14),length(weakN15),length(strongN15),length(ambiguous)), labels = c(>= 0.66, >= 0.33, <= -0.33, <= -0.66), col = c("#9999FF","#0000CC","#009900","lightgreen","white") ) Can't figure out a way to display the 'greater or equal' ... signs properly. I'm thankful for any prodding into the right direction. Joh
2006 Jul 30
1
Log color scale
Hi all, In response to a previous post about plotting a numeric square matrix as a colored matrix, I was referred to both image and the color2D.matplot function in the plotrix package. Both have worked for me thanks!! However I need to plot my data in a log transformed color scale. Is this possible? I will be happy to explain further, but basically I need to do this because there are large
2004 Nov 02
2
Color schemes that work for people with color-deficient vision
...ot;#EBFFFF", "#FFFFEB", "#FFF2BD", "#FFD699", "#FFAC75", "#FF7857", "#FF3D3D", "#F72836", "#D91630", "#A60021") BluetoGreen.14 <- c("#0000FF", "#3333FF", "#6666FF", "#9999FF", "#B2B2FF", "#CCCCFF", "#E6E6FF", "#E6FFE6", "#CCFFCC", "#B2FFB2", "#99FF99", "#66FF66", "#33FF33", "#00FF00") BluetoGray.8 <- c("#0099CC", "#66E6FF", "#99FFFF"...
2006 Mar 14
3
rails on emacs - need a working .emacs sample
I would like to hear from some one who has ecb, multiple modes with ruby mode + html mode, rails mode all working together and playing well. I had ecb working with Ruby syntax highlighting. That was a no-brainer since I just had to apt-get them on my Debian Sarge box. It got a bit more comlex after I got most of the .el files in the articles http://www.emacswiki.org/cgi-bin/emacs/RubyOnRails