search for: prozent

Displaying 6 results from an estimated 6 matches for "prozent".

2010 Jan 18
2
ggplot2 histogramm
...iable)) p + geom_histogram(aes(y= ..count.. / sum(..count..),fill=..count../sum(..count..)*100)) + scale_y_continuous(formatter = "percent") + facet_wrap(~group) + ylab("Anteil in %") + xlab("Attribute") + opts(title="Title",legend.text="Anteil in Prozent") + BaseTheme(base_size=12) many thanks, Christian
2012 May 11
1
plot: many bars with wide bars
..." looks like this: ;bisher;in Zukunft persönl Ges;55;24 andere Vera;45;23 Elternabende;39;26 Gespräche;18;11 persönl ;16;4 Schulunterr;14;9 Tag der offe;9;11 mw_g_2balk <- function(pfad="F:/04 Archiv/04 Programme/19 R_Syntaxe/Grafiken_Funktionen",abb="abb3",skala="prozent") { setwd(pfad) postscript(file=paste(abb,".eps",sep="")) dat<-read.csv2(paste(abb,".csv",sep=""),header=T,check.names=F) dat1<-t(as.matrix(dat[,2:3],nrow=2)) colnames(dat1)<-dat[,1] zehn<-seq(10,10000000,10) xmax<-max(dat1)...
2002 Jul 21
1
change margins or regions?!
...ge the letf and right margins, but I do not know how. Here is an example: http://frosch.homelinux.org/tmp/plot.png Thats the code i tried to use: <R-code> oldpar <- par() # changing the margins par(mar=c(4.1,5.1,4.1,5.1) +0.1) P <- boxplot(bs.s ~ geologie, data=frame34, xlab="Gew.-Prozent der Sand-Gehalte [%]", col="grey", main=("Boxplot der Sandgehalte im Einzugsgebiet Hacketal"), horizontal=T, axes=F, varwidth=T) segments(P$stats[3, ], 1:length(P$n) - 0.4, P$stats[3, ], 1:length(P$n) + 0.4, lwd = 3, col = "black") box() par(las=2) axis(2, label=...
2003 Mar 16
2
The computer hangs while booting the kernel
Hi List, I have got the Problem that syslinux does not boot my kernel it loads it: SYSLINUX 2.02 2003-02-13 Copyright (C) 1994-2003 H. Peter Anvin boot: Loading linux..............Ready. Uncompressing Linux... Ok, booting the kernel. and then it just hangs. Is this a problem with Syslinux or with my kernel? My syslinux.cfg is: default test1 prompt 1 timeout 10 label test1 kernel linux
2009 Sep 07
4
Upgrade from b113 to b122 - any gotchas
We are running 4 Solaris10u7 DomUs on a b113 Dom0 I''d like to upgrade the Dom0 to b122 but not rebuild the DomUs. Below is a typical DomU xml dump. Is there anything obvious that will bite me in upgrading from 113 to 122? Thanks John virsh # dumpxml achilles2 <domain type=''xen'' id=''1''> <name>achilles2</name>
2003 Jul 29
4
pxelinux 2.04+ hangs after loading kernel
Hi, I just tried to boot my token ring devices with 2.05 - to no avail, it hangs after loading the kernel. I then tried older versions, and found 2.03 booting like a charm, and every 2.04-pre including 2.04 hanging. Here's the config of the devices: - Networkstation 2800 with IBM PCI Token Ring card 2 - IBM Thinkpad T21 with IBM PCI Token Ring card 2 Maybe this has to do with the changes