similar to: Scatter plot with labels

Displaying 20 results from an estimated 10000 matches similar to: "Scatter plot with labels"

2002 Apr 22
1
Goodness-of-fit
Hi, I want to perform goodness of fit test for multinominal distribution. The easiest way would be to use Chi2, but the measurment errors are not normally distributed. I thought about using some bootstraping method to perform the analysis. How can I do it in R? Tomek -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2005 Mar 27
1
Subject [applying labels to a scatter plot matrix]
Dear R Is there a way to apply row names as labels to a scatter plot matrix , I tried pairs(dogs, labels=row.names) Error in strwidth(labels, "user") : cannot coerce type closure to character vector I'm not sure what this means, however maybe you might know of a way to do this? brett stansfield
2012 Sep 03
1
Scatter plot from tapply output, labels of data
Hei, i am trying to plot the means of two variables (d13C and d15N), by 2 grouping factors (Species and Year) that i obtained by the function tapply. I would like to plot with different colours according to the Year and show the "Species" as data labels. My data looks like this: Species d13C d13N Year "Species1" 14,4 11.5 2009 "Species2"
2000 Mar 29
2
BAD performance with SAMB on aix
Hello, I have 8 Samba servers with 300 clients here running on Sun and Linux machines with GREAT performance. Now in one departement i installed samba 2.0.6 on one 40K$ IBM F50 with AIX 4.3.2, 2xCPU, 256MB RAM, 100FDX, extern RAID 5 Tower . Performance is really very, very BAD. I tried already everything, but this IBM box with samba is just very SLOW. Browsing through directories, logging, copying
2014 Jun 04
3
[LLVMdev] Module::getOrInsertFunction determinism
Hi Philip, Thank you very much for your comments. I think I’ve discovered a root cause. The problem was in linking bit code archive files with the module. At some point, std::set<Module*> is used and iterated over. I believe this was the reason why e.g. It worked consistently with ASLR turned off and produced non-deterministic output otherwise. I changed that bit to use vector instead and
1998 Dec 16
1
Deleting Roaming Profiles
Hello, If you don?t want (Who wants ?) to save roaming profiles under Winnt\Profiles, than you have to change, or create (if not exist) a registry string: Run regedt32.exe and locate the key entry: HKEY_LOCAL_MACHINE\Microsoft\Microsoft\Windows NT\CurrentVersion\Winlogon Add (or change) the following string: DeleteRoamingCache Standard value is 0, it has to be 1 All the Best. --
2014 May 29
2
[LLVMdev] Module::getOrInsertFunction determinism
On 05/29/2014 11:06 AM, Tim Northover wrote: > Hi Tomek, > >> I’ve got a question about Module::getOrInsertFunction(). >> I got an impression that it is not deterministic where exactly in the bit >> code module the new function will be inserted. > Looking at the code (not exhaustively), it seems a new function will > always be added to the end of a module. > >
2014 Jun 03
2
[LLVMdev] Module::getOrInsertFunction determinism
Hi Philip, I would like to ask a follow-up question about code generation. Do you know if is expected that if we take the same bit code modules and link them together in the same order (programatically), but on different machines (assuming the same version of LLVM and roughly the same OS), the output may differ with respect to order of function definitions inside module? Thank you very much in
2014 May 29
2
[LLVMdev] Module::getOrInsertFunction determinism
Hi Tim, Thank you very much for quick response. What happens in my case is that mixing calls to getOrInsertFunction with linking another bit code module to the current module seems to be sometimes producing different outputs. Difference might be with the ordering of functions in the file (I¹m looking at LLVM IR representation), with numbers used for constant variables, numbers used in the ³dbg²
2019 Dec 05
1
Dovecot 2.3.8 - How to force index creation for user/mailbox?
Gents, thank you all - moving indexes to external folder worked like a charm! :-) czw., 5 gru 2019 o 14:55 Dmitry Donskih via dovecot <dovecot at dovecot.org> napisa?(a): > Yes. > > mail_location = > maildir:/var/vmail/%Ld/%Ln/Maildir:INBOX=/var/vmail/%Ld/%Ln/Maildir/.INBOX:INDEX=/var-fast/dovecot/indexes/vmail/%Ld/%Ln > > As Sami Ketola wrote earlier: > > rm -f
2012 Dec 07
1
9.1-RC3 reproducible kernel panic in ffs_valloc?
Hello :-) After days of problem with my system storage (?) I think I have located the issue, or at least I am able to reproduce it, please take a look at attached picture (photo of a crash). http://i45.tinypic.com/23qtcx.jpg At first I thought that was the Ext2 filesystem issue, but then I have replaced the filesystem to UFS2-SU+J (which increased transfer efficiency and dramatically reduced
2014 May 29
3
[LLVMdev] Module::getOrInsertFunction determinism
Hi All, I’ve got a question about Module::getOrInsertFunction(). I got an impression that it is not deterministic where exactly in the bit code module the new function will be inserted. Is there a way to make it deterministic by explicitly specifying some offset at which the function should be inserted? Please correct me if I’m wrong. Thank you very much in advance for help, Best regards, Tomek
2013 Aug 07
1
FreeBSD9.2-RC1 bootonly network installation fetch error (snapshots vs releases)
Hello :-) I am installing the 9.2-RC1 bootonly iso which wants to download stuff from snapshots while it is in releases directory: Installer wants to get 9.2-RC1 stuff from here (where it is missing): ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/i386/i386/ While the stuff is at: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/9.2-RC1/ Please fix :-) Best regards :-) Tomek -- CeDeROM,
2012 Dec 20
4
repo.txz missong on packages-9-stable for pkg
Hello :-) I want to test new "pkg" tool, but it complains that there is no repo.txz file on the repository: # pkg install libreoffice Updating repository catalogue pkg: ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/All//repo.txz: File unavailable (e.g., file not found, no access) I have set PACKAGESITE to packages-9-stable repository :-) Will this support stable
2019 Dec 03
2
Dovecot 2.3.8 - How to force index creation for user/mailbox?
Neither of dovecot.index files are created (.cache, .log, .thread) - these files are created when I open the folder with IMAP client. When mailbox is not used for long time, the indexing takes very long time. So I'm looking for any solution (preferably with doveadm) to manually reindex folders in background. wt., 3 gru 2019 o 20:23 Aki Tuomi <aki.tuomi at open-xchange.com> napisa?(a):
2005 Feb 08
2
MD5 in SIP's "register => ..."
Hello Everyone! I just want to make sure if such a mess could work for sip channel: In sip.conf: ; register => <some_md5_checksum>@host ; ; [host] hostname=some_address auth=md5 Greets Tomek -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050208/169311c6/attachment.htm
2009 Jan 29
1
Multidimensional scalling
Dear R developers and users! I have calculated metric MDS by cmdscale from matrix of distances (dissimilarities). I would like to ask you how can I estimate how well this new mapping represents characteristic features of my data set? Thank you for any suggestions. Best, tomek
2019 Dec 04
2
Dovecot 2.3.8 - How to force index creation for user/mailbox?
Here is doveconf -n output: # 2.3.8 (9df20d2db): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.8 (b7b03ba2) # OS: Linux 5.4.1-gentoo x86_64 Gentoo Base System release 2.6 # Hostname: mail.xxxx.com auth_cache_negative_ttl = 0 auth_cache_size = 10 M auth_cache_ttl = 4 hours auth_default_realm = xxxx.com auth_master_user_separator = * auth_verbose = yes auth_verbose_passwords = plain
2006 Jul 06
4
Re: psexec for Linux and svcctl.idl changes
> I am not a regular samba developer, but I wanted to have psexec > equivalent, so I wrote it, it works but still need some development. > I do not know if patches of such sizes (about 30k) are welcome on > this list so I've put it on web page, with some description: > http://eol.ovh.org/winexe/ > Comments welcome. Hi, this is really great, you can get Windows command
2005 Jan 18
4
how to check IP addresses of machines in the network?
Hello, This post is similar to what I posted yesterday '"smbclient -L host" to list IP addresses - possible?'. I have a PDC in one place and many workstations in different other places connected using WAN/VPN. These workstations have rather changing IPs assigned by DHCP. Sometimes I need to connect to these machines using VNC, for example, connect to machine AC-PC001 to