search for: antiquewhit

Displaying 5 results from an estimated 5 matches for "antiquewhit".

Did you mean: antiquewhite
2011 Jan 26
2
Colour area under density curve
Hello, I have this code to plot a certain normal distribution and represent the pnorm value for a certain "x": x<-300 xx <- seq(2.5,7.5, by=0.1) yy <- dnorm(xx,5.01,0.77) d<-signif(pnorm(log(x), 5.01,0.77),4) xpts <- round(exp(0:8)) par(bg = "antiquewhite") plot(xx,yy, type="l", col="blue", lwd=2, xaxt="n", xlab=expression(ufc/m^3), ylab="Densidad") axis(1, at=log(xpts, base=exp(1)), lab=xpts) n<-0 for (i in 1:(dnorm(log(x), 5.01,0.77)/0.005)){ n<-n+0.005 points(log(x), n, pch=16, cex=0.3)} points...
2008 Jul 29
1
Xdefaults file.
I am trying to get my xterm window under gnome to open with large fonts, with light green foreground and dark green background. I have the following .Xdefaults file contents: $ cat .Xdefaults ! This is a comment ;-) #ifdef COLOR *customization: -color #endif !! Let's cast a wide net, for any app supporting these ! Blink instead of beeping *visualBell: True *scrollTtyOutput: False
2000 Mar 29
1
pre summary: mapping of colornames into hsv?
...ial R function, which of course > would be a less > Jens> redundant solution. > > and a day later, Jens provided > > .ColorDataBase <- matrix(c( > "white", "#FFFFFF", > "aliceblue", "#F0F8FF", > "antiquewhite", "#FAEBD7", > "antiquewhite1", "#FFEFDB", > "antiquewhite2", "#EEDFCC", > "antiquewhite3", "#CDC0B0", > ............. > )) > > Now, we should stand back for a moment and >...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...es tp colorstrings (lower case only) internal name2col() and R colors() accesses those in graphics.c Here is the color representations from graphics.c in R code .ColorDataBase <- matrix(c( "white", "#FFFFFF", "aliceblue", "#F0F8FF", "antiquewhite", "#FAEBD7", "antiquewhite1", "#FFEFDB", "antiquewhite2", "#EEDFCC", "antiquewhite3", "#CDC0B0", "antiquewhite4", "#8B8378", "aquamarine", "#7FFFD4", "aqu...
2011 Jan 07
5
Set font and size in xterm
I have a situation where gnome console does not handle vt102 escape sequences properly and therefor need to employ xterm instead. When I run xterm from a gnome terminal window I am presented with an extremely small terminal window employing an almost unreadably small font. I have attempted to set the font size using xrdb and a custom .Xresources file. I can change the colour scheme. I can