search for: hotpink

Displaying 10 results from an estimated 10 matches for "hotpink".

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
2010 Apr 21
1
Adding error bars to xyplot()
...ns ~ time, groups=group, type="o", lwd=3, main="Change Over Time by Condition", scale=list(cex=2), xlab="Test Number", auto.key=T) #first attempt require(Hmisc) errbar(x = time, y = means, yplus = means + SE, yminus = means - SE, add=T, col=c("blue", "hotpink")) #second attempt, same result require(gplots) plotCI(x = time, y = means, uiw = SE, add=T) Thanks in advance! - Jon -- Jon Zadra Department of Psychology University of Virginia P.O. Box 400400 Charlottesville VA 22904 (434) 982-4744 email: zadra at virginia.edu <http://www.google.co...
2019 Feb 28
2
R cairo_pdf function does not respect plotting boundaries
...iro_pdf(file="test.pdf", width=0.5, height=0.5) par("mar"=c(0.25,0.25,0.25,0.25)) plot(NA, xlim=c(0,1), ylim=c(0,1), axes=FALSE) polygon(x=c(-1,-1,2,2), y=c(-1,2,2,-1), density=5, col="green3", lwd=10) abline(h=0.25, col="red", lwd=5) abline(h=0.75, col="hotpink", lwd=5, lend=1) abline(v=0.25, col="blue", lwd=5) abline(v=0.75, col="cyan", lwd=5, lend=1) box() dev.off() Here I'm plotting a shaded region in green using 'polygon', with boundaries that lie outside the plot. I'm also drawing two sets of horizontal/verti...
2019 Feb 28
2
R cairo_pdf function does not respect plotting boundaries
...iro_pdf(file="test.pdf", width=0.5, height=0.5) par("mar"=c(0.25,0.25,0.25,0.25)) plot(NA, xlim=c(0,1), ylim=c(0,1), axes=FALSE) polygon(x=c(-1,-1,2,2), y=c(-1,2,2,-1), density=5, col="green3", lwd=10) abline(h=0.25, col="red", lwd=5) abline(h=0.75, col="hotpink", lwd=5, lend=1) abline(v=0.25, col="blue", lwd=5) abline(v=0.75, col="cyan", lwd=5, lend=1) box() dev.off() Here I'm plotting a shaded region in green using 'polygon', with boundaries that lie outside the plot. I'm also drawing two sets of horizontal/verti...
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
2019 Mar 05
1
[R] [FORGED] R cairo_pdf function does not respect plotting boundaries
...df", width=0.5, height=0.5) > par("mar"=c(0.25,0.25,0.25,0.25)) > plot(NA, xlim=c(0,1), ylim=c(0,1), axes=FALSE) > polygon(x=c(-1,-1,2,2), y=c(-1,2,2,-1), density=5, col="green3", lwd=10) > abline(h=0.25, col="red", lwd=5) > abline(h=0.75, col="hotpink", lwd=5, lend=1) > abline(v=0.25, col="blue", lwd=5) > abline(v=0.75, col="cyan", lwd=5, lend=1) > box() > dev.off() > > Here I'm plotting a shaded region in green using 'polygon', with boundaries that lie outside the plot. I'm also drawin...
2007 Jan 07
3
MDS in 3D
Hi, I have tried to develop multidimensional scaling for 3D space using PCA without success, yet;-) Is there some application ready in R? Cheers, Atte
2019 Mar 05
0
R cairo_pdf function does not respect plotting boundaries
...iro_pdf(file="test.pdf", width=0.5, height=0.5) par("mar"=c(0.25,0.25,0.25,0.25)) plot(NA, xlim=c(0,1), ylim=c(0,1), axes=FALSE) polygon(x=c(-1,-1,2,2), y=c(-1,2,2,-1), density=5, col="green3", lwd=10) abline(h=0.25, col="red", lwd=5) abline(h=0.75, col="hotpink", lwd=5, lend=1) abline(v=0.25, col="blue", lwd=5) abline(v=0.75, col="cyan", lwd=5, lend=1) box() dev.off() Here I'm plotting a shaded region in green using 'polygon', with boundaries that lie outside the plot. I'm also drawing two sets of horizontal/verti...
2004 Mar 24
5
colors, lines, characters .... documentation
Hi, Very so often when i am plotting something, doing a histogram, or whatever i am struggling to find out which are the numbers for different colors, palette names, types of lines, symbols, etc. Is there any documentation on line with all these numbers / names and the associated symbol / color??? For example if i am using the command image it uses a palette from red to yellow, with red the
2000 Feb 29
0
mapping of colornames into hsv: half way done
...t;, "grey100", "#FFFFFF", "honeydew", "#F0FFF0", "honeydew1", "#F0FFF0", "honeydew2", "#E0EEE0", "honeydew3", "#C1CDC1", "honeydew4", "#838B83", "hotpink", "#FF69B4", "hotpink1", "#FF6EB4", "hotpink2", "#EE6AA7", "hotpink3", "#CD6090", "hotpink4", "#8B3A62", "indianred", "#CD5C5C", "indianred1", "...