similar to: plot: many bars with wide bars

Displaying 8 results from an estimated 8 matches similar to: "plot: many bars with wide bars"

2012 May 09
1
white lines in barplot
Dear R-helpers, I would like to draw white lines in my barplots to improve the visualization. I include an example: barplot(sample(1:100,15),width=0.59,horiz=T,col="steelblue",border="NA",axes=F,ylim=c(0,10),xlim=c(0,100)) abline(v = seq(10, zehnind, by = 10), col = "white") axis(1,at=ticks,las=1,labels=paste(ticks,"%",sep="")) my problem is,
2007 Sep 07
2
ploting missing data
Hello, I have this kind of dataframe and have to plot it. data <- data.frame(sw= c(1,2,3,4,5,6,7,8,9,10,11,12,15), zehn = c(33.44,20.67,18.20,18.19,17.89,19.65,20.05,19.87,20.55,22.53,NA,NA,NA), zwanzig = c(61.42,NA,26.60,23.28,NA,24.90,24.47,24.53,26.41,28.26,NA,29.80,35.49), fuenfzig =
1997 Aug 20
0
Max Mux.
Could anyone tell me what max mux is, and where to change it on a pc?? Thanks, please respond directly as I am not on the list. ------------------------------------- Michael A. Ballbach: N0ZTQ, yeh-zehn. ballbach@lorien.ml.org <--- PGP Key Here. (finger) mikeb@vr1.com http://ballbach.lorien.ml.org/ "I don't know how world war three will be fought, but world war four will
1997 Jul 28
1
Win95 browse trouble, other user logins
I've seen this problem mentioned before on the list, but I've never seen an answer.... I'm running samba on a pc running linux 2.0.30, 32 meg ram. (pentium 133) I start smbd out of inetd.conf: netbios-ns dgram udp wait root /usr/local/samba/bin/nmbd nmbd netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/local/samba/bin/smbd -l/var/adm/smblogs/log -s/usr/local/samba/lib/smb.conf
2005 Dec 13
1
Samba 3.0.20 acls not working anymore and problem with winbindd_idmap.tdb
Hi Folks, I am experiencing some problems with samba 3.0.20 which I can not solve on my own. We have updated from samba 3.0.10 to samba 3.0.20, but I am not sure when the problems started. We had a problem with idmap - I had hoped to solve - before. Whenever we rebooted the server, all of the ACLs got jumbled up. I thought that our winbindd_idmap.tdb somehow got broken. I re-created it, but
2004 Jul 22
0
Files not shown with Samba 3.0.4 debian backport
Hi, we are using Debian Woody with Samba 3.0.4 backport. The Clients are Windows XP pro. Since we use this version of Samba a problem occurred twice: In a huge directory there are files not shown in the Explorer. The files are there, the rights are ok, if we want to overwrite the file, Windows says that it is there, but it is not shown. An example: Ablaufinformation - EB-Wahl Okt 02.doc (not
2014 Feb 02
4
xorriso or genisoimage syntax assistance
I got this figured out much faster than I thought I would. Thanks to all of your help, Peter, Mattias, Thomas and Helmut. And Thomas, that 8 partition live OS sounds right up my alley, and I will definitely check it out. The second partition is working well with `parted' and `fdisk', so I am quite pleased. Below is, again, "what I came up with". I tried to integrate each of your
2000 Feb 29
0
mapping of colornames into hsv: half way done
Ok, now we have the mapping of color names to color codes (see below) and conversion to rgb (something like Ben Bolker's function), but how to convert rgb to hsv? Thanks to Brian Ripley, Peter Dalgaard and Ben Bolker Details below Regards Jens etc/colors.big maps 455 names to rgb in S syntax etc/rgb.txt maps 657 names to rgb in C syntax, but unlike colors() it has mixed upper and