search for: lightyellow

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

2010 Feb 08
1
About scales in graphics
...rst graph would be 'correct'. atend = c(410,430,450,408,408,405) names(atend) = c('Janeiro', 'Fevereiro', 'Mar?o', 'Abril', 'Maio', 'Junho') barplot(atend, las=1, xlab='Meses', ylab='N?mero de atendimentos', col='LightYellow', yaxt='n', space=0.6) axis(2, at=seq(0,450, by=50), las=1) abline(h=0, col='black', lwd=1) How should I do to get the second graph in the range 400 and Y in the columns with values below 400 do not appear on the chart? atend = c(410,430,450,408,408,405) names(atend) = c(...
2010 Feb 05
1
About graphics
...Poodle", "Rottweiller", "SRD", "Outros") caess = sort(caes, decreasing=F) par(mar=c(3, 5.7, 1, 1), mgp=c(4.5, .5, 0), las=1) barplot(caess, cex.axis=1, cex.names=1, ylab="Ra?as dos C?es", xlab="Frequ?ncias", bty='l', col="LightYellow", horiz=T, xlim=c(0,120)) abline(v=0) Suggestions? -------------------------------------- Silvano Cesar da Costa Departamento de Estat?stica Universidade Estadual de Londrina Fone: 3371-4346
2011 May 19
1
Pie chart
I made a pie chart and the names of the levels are outside the circle. How do I put the names of the levels within each sector? names(tab13) = paste(c('Regular', 'Bom', 'Excelente'), round(100*prop.table(tab13), dig=1), "%") pie(tab13, col=c("LightYellow", "lightgreen", 'lightblue', 'white'), clockwise=F, radius=.7) Thanks, -------------------------------------- Silvano Cesar da Costa Departamento de Estat?stica Universidade Estadual de Londrina Fone: 3371-4346
2009 Mar 10
1
North Arrow (.png file) on a Map
...tgray'',''lightgray'',''lightgray'',''ligh tgray'',''lightgray'',''lightgray'',''lightgray'',''lightgray'',''lightgray'',''lightyel low'',''lightyellow'',''lightyellow''),add=T,lwd=0.5,border=0) plot(Batimetria,ylab='''',xlab='''',col=''darkgray'',lty=''solid'',lwd=0.2,add=T) plot(Estados,ylab='''',xlab='''',lty=''solid...
2004 Oct 26
1
Secondary y axis
...txt", header=TRUE) b = read.table("pres.txt", header=TRUE) h = read.table("pres.txt", header=TRUE) a = (a[,2]) b = (b[,3]) c = abs(a-b) h = (h[,1]) f = seq(980, 995, 2.5) ### Plot par (mfrow=c(1,1)) # rows, columns par (cex.lab=1, col.axis="black", bg="lightyellow", fg="black", mar=c(4, 4, 2.5, 2)) # cex sets font size # Plot 1 plot (a, type="l", xlab="Time (h)", ylab="Temperature (??C)", ylim=c(980, 995), pch=1, col="red", lwd=2, tck=-0.01) abline (h=f, lwd=1, lty=2) lines(b, pch=3, col="bl...
2005 Nov 09
2
help with legacy R code
...an <- mean(wrong$x) wrongshape <- wrongfit[[1]][1] wrongrate <- wrongfit[[1]][2] good <- scan("rawdata.txt", list(x=0)) xmin = 0 newx = good$x xmean = mean(newx) xmax = max(newx)+0.15 goodhist <- hist(newx, br=seq(from=0,to=xmax,by=0.15), probability=T, col="lightyellow") initmean <- (min(newx)+max(newx))/2 totalx <- length(newx) wrongmeanshift <- wrongmean + 0.2 wrongper <- pgamma(wrongmeanshift, wrongshape, wrongrate) nfalseundermean <- which(abs(newx-wrongmeanshift)==min(abs(newx-wrongmeanshift))) initnfalse <- nfalseundermean / w...
2004 Aug 06
12
0.4.0 Compiling Under Mingw
> I am compiling wxRuby 0.4.0 on WinXP Home under MingW and MSYS 1.0. I can > compile wxWindows and Ruby fine and I get about 20 minutes into the wxRuby > compile and it quits, It says: [snip] > C:\mingw\bin\..\lib\gcc-lib\mingw32\3.2.3\..\..\..\..\mingw32\bin\ld.exe : > cannot find -lwxmsw241d > make: *** [wxruby.so] Error 1 > I replaced the $LIBS in the extconf.rb file
2008 Jun 22
3
Routing Error No route matches "/employee/list" with {:method=>:get}
...uot;> <!-- Fig. 20.22 app/views/employees/list.rhtml --> <!-- A view that displays a list of Employees. --> <html xmlns = "http://www.w3.org/1999/xhtml"> <head> <title>List of Employees</title> </head> <body style="background-color: lightyellow"> <h1>List of Employees</h1> <ol> <% for employee in @employees %> <!-- create a list item for every employee with his full name --> <li><%= employee.first_name %> <%= employee.last_name %></li> <% end %> &l...
2000 Feb 29
0
mapping of colornames into hsv: half way done
..."#778899", "lightsteelblue", "#B0C4DE", "lightsteelblue1", "#CAE1FF", "lightsteelblue2", "#BCD2EE", "lightsteelblue3", "#A2B5CD", "lightsteelblue4", "#6E7B8B", "lightyellow", "#FFFFE0", "lightyellow1", "#FFFFE0", "lightyellow2", "#EEEED1", "lightyellow3", "#CDCDB4", "lightyellow4", "#8B8B7A", "limegreen", "#32CD32", "linen&quo...
2011 Jan 11
0
modified FAST Script from package SensoMineR for the R community - Reg
...t;, "darkred", "darksalmon", "darkseagreen", "darkslateblue", "darkslategray", "darkslategrey", "darkturquoise", "darkviolet", "lightgray", "lightsalmon", "lightyellow", "maroon")) lab.x <- paste("Dim ", axes[1], " (", signif(res.mfa$eig[axes[1], 2], 4), " %)", sep = "") lab.y <- paste("Dim ", axes[2], " (", signif(res.mfa$eig[axes[2], 2], 4), " %)&quot...