search for: blue3

Displaying 11 results from an estimated 11 matches for "blue3".

Did you mean: blue
2008 Jan 07
4
Orientation of labels on axes
...ne problem left: Some of the labels of the axes do not show up, probably because there's not enough space. I use the following code to create the plot: modality <- read.table("results.table", header=TRUE, sep=",") color <- c("red3","green3","blue3","orange2","purple2","brown4") plot(modality, col=color) >From the manual I though one of the following might help: > plot(length, col=color, las=1) > plot(length, col=color, las=2) > plot(length, col=color, las=0) This is supposed to change the orie...
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...
2002 Aug 27
1
PDF output problem
...ylab = "Counts") { r <- hist(d, breaks=breaks, main=main, xlab=xlab, ylab=ylab, border='black', col='yellow') y <- max(r$counts) * 0.9 x <- r$breaks[length(r$breaks)-1] * 0.7 text(x, y, paste("Entries: ", length(d)), pos=4, col='blue3') text(x, 0.97*y, paste("Average: ",mean(d)), pos=4, col='blue3') text(x, 0.94*y, paste("Deviation: ",std(d)), pos=4, col='blue3') rect(0.99*x, 0.92*y, 0.99*r$breaks[length(r$breaks)], y*1.03, border='black') ##text(r$mids, r$counts*1.0...
2010 Dec 12
4
legend not appearing in Word document
...to save as .eps and paste into Word as an example.? I would appreciate any help you can offer on getting the legend in .eps format to work, or on other formats that may be better for Word and pdf files. Thanks, Tim ????? library(plotrix) ????? Satelite.Palette <- colorRampPalette(c("blue3","cyan","aquamarine","yellow","orange","red")) ????? mycol<-Satelite.Palette(ceiling(5000+1))#Max relative angle multiplied by 100 to give larger range.? Max is 3.1415, rounded up to 3.15 plus one. ????? col.labels<-round((seq(0,5000,len...
2002 Apr 17
1
No output from (lattice) xyplot called within loops
Hello >From the following script I received a grafic output when I called: - xyplot.test( 'green3' ) - call.xyplot.test( 'blue3' ) I did NOT receive a grafic output when I called: - loop.xyplot.test( 'red3' ) What's the Problem? NB: I am using R 1.4.1 on Linux. --------- START OF SCRIPT ---------------- n <- 1000 x <- seq( 1, n ) y <- rnorm( n ) xyplot.test <- function( col ){ xyplot( y...
2008 Jan 04
1
Sorting of captions on axes
...dn't find the answer in the manual... http://www.nabble.com/file/p14618947/at-modality.png I created this image with R by using the following code: modality <- read.table("results.table", header=TRUE, sep=",") color <- c("red3","green3","blue3","orange2","purple2","brown4") plot(modality, col=color) The data I read in has this format: ... 38355 GeneralInfo Textual 38356 GeneralInfo Textual 38357 Person Textual 38358 Person Combination 38359 Advice Textual 38360...
2009 Nov 30
1
Continuous legend colors
Dear List, I am trying to get a basic plot to show a continuous range of fill colors. It is probably easiest to demonstrate. I would like a legend like in the following example: Satellite.Palette <-colorRampPalette(c("blue3","cyan","aquamarine","yellow","orange","red")) require(fields) image.plot(volcano, col = Satellite.Palette (500), legend.lab="Scale") contour(volcano, levels = seq(90, 200, by = 5), add = TRUE) However, I am using the basic plot fun...
2009 Nov 30
1
Plotting color.legend() outside of plot region
...col= 1:2) plot(1:10, main = "h", pch = 1:2, col= 1:2) plot(1:10, main = "i", pch = 1:2, col= 1:2) ## title mtext("My Plots", side = 3, outer = TRUE, font = 2, line = 1, cex = 1.2,at=tmp1$x) ## draw legend #Set colors Satelite.Palette <- colorRampPalette(c("blue3","cyan","aquamarine","yellow","orange","red")) mycol<-Satelite.Palette(101) #Add legend BL<-unlist(corner.label(x=-1,y=-1,figcorner=FALSE)) #Coordinates for bottom left corner of plot TR<-unlist(corner.label(x=1,y=1,figcorn...
2009 Oct 09
4
Satellite ocean color palette?
Dear List, Is there a color palette avaliable similar to what is used in satellite ocean color imagery? I.e. a gradient with blue on one end and red on the other, with yellow in the middle? I have tried topo.colors(n) but that comes out more yellow on the end. I am looking for something similar to what is found on the CoastWatch web page:
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
2000 Feb 29
0
mapping of colornames into hsv: half way done
...79E", "bisque4", "#8B7D6B", "black", "#000000", "blanchedalmond", "#FFEBCD", "blue", "#0000FF", "blue1", "#0000FF", "blue2", "#0000EE", "blue3", "#0000CD", "blue4", "#00008B", "blueviolet", "#8A2BE2", "brown", "#A52A2A", "brown1", "#FF4040", "brown2", "#EE3B3B", "brown3", "#CD3333&...