search for: quadrants

Displaying 20 results from an estimated 623 matches for "quadrants".

Did you mean: quadrant
2008 Apr 07
2
How to add background color of a 2D chart by quadrant
Hi, I have a 2D chart that is divided into four quadrants, I, II, III, IV: plot(1:10,ylim=c(0,10),xlim=c(0,10),type="n") abline(v=5,h=5) text(x=c(7.5,7.5,2.5,2.5),y=c(2.5,7.5,7.5,2.5),labels=c("I","II","III","IV")) I would like to fill each quadrant with a background color unique to the quadrant. Does any...
2007 Jan 01
4
if ... problem with compound instructions
I am having problems with the 'if' syntax. I have an n x 4 matrix, X say. The first two columns hold x, y values and I am attempting to fill the second two columns with the quadrant in which the datapoint (x, y) is and with the heading angle. So I have two problems 1) how to do this elegantly (at which I've failed as I can't seem to vectorize the problem) and 2) how to
2011 May 09
2
Create subsets of data
Hello All, Let's say I have points on a x-y plane. x ranges from 0-2 and y from 0-2. There are points in quadrants x[0:1]---y[0:1] and in x[1:2]----y[1:2]. I would like to get the mean and std of the points in the x[0:1]----y[0:1] quadrant alone. Is there a straight forward way to do it? I asked a similar question a few days ago regarding plotting a subset of data using conditions. The solution was: http://r.7...
2011 Feb 02
0
Finding the dominant factor in an unbalanced group
...'m hoping someone can help me. I have a group of patients for whom I'm looking at beat to beat RR interval changes. I have plotted the difference between one beat length and the next against the difference between the previous beat length and the current one. This gives me a plot with four quadrants: the bottom left corresponding to successively shorter beats, the top right to succesively longer, the top left to a shorter followed by a longer beat and the bottom right to a longer by a shorter. In theory if successive changes in beat length are random there should be an approximately equal num...
2016 Aug 25
2
Gnome weather applet stranded
Fred, Check here https://git.gnome.org/browse/libgweather/tree/libgweather/weather-metar.c?h=gnome-2-30 -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Fred Smith" <fredex at fcshome.stoneham.ma.us> > To: centos at centos.org > Sent: Thursday, 25 August, 2016 02:17:27 > Subject: Re: [CentOS] Gnome weather
2011 May 04
0
xtable without a loop alongside a ggplot
I would like to create a table of my points and identify which 'quadrant' of a plot they are in with the 'origin' at the means. the kicker is i would like to display it right next to or below a ggplot of the data. Maybe xtable isnt the right thing to use, but its the only thing i can think of. Any help is appreciated! set.seed(144) x=rnorm(100,mean=5,sd=1)
2015 Oct 28
2
Libvirt enhancement requests
On Tue, Oct 27, 2015 at 05:19:16PM +0000, Nux! wrote: > To clarify my own request: > > RBD (for CEPH) support is available in the version bundled in RHEL 7.2 Beta, so we'll have it in CentOS 7.2 (or whatever will be the identifying number). > > The hooks seems just like a matter of creating files in the correct location. > > ..So, all is good in the world once again.
2015 Oct 31
3
Libvirt enhancement requests
Hi Lucian, It seems to be upstream libvirt-1.2.15-2 with options with_xen and with_libxl enabled. http://cbs.centos.org/koji/buildinfo?buildID=1348 Regards, Jean-Marc Le 28/10/2015 09:38, Nux! a ?crit : > Pasi, > > Where are these RPMs, how are they built, what exactly are the differences vs the stock ones? > > Regards, > Lucian > > -- > Sent from the Delta quadrant
2013 Apr 29
5
freebsd as kvm guest
seems not possible to run a freebsd kvm guest on centos 6 all i get in the log using dmesg are something about mmio emulation failed -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20130429/5036318e/attachment-0006.html>
2017 Oct 09
2
Announcement: 32 bit Wine repo for RHEL and CentOS 7
Shouldn't be anything overwriting Base...what do you think does so? On Mon, Oct 9, 2017 at 2:01 PM, Nux! <nux at li.nux.ro> wrote: > Ah, ok. I was wondering how you managed to build that, because when I > tried it did not work, but I see you have backported also other bits and > bobs. > If those overwrite Base, perhaps add a warning of sorts. > > -- > Sent from
2016 May 04
2
C6 Firefox 45.1 segmentation faults
Akemi, Thanks, I fixed that, silly requires. Clean your metadata and try again please. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Akemi Yagi" <amyagi at gmail.com> > To: "CentOS mailing list" <centos at centos.org> > Sent: Wednesday, 4 May, 2016 16:21:45 > Subject: Re: [CentOS] C6
2017 Apr 12
2
Re CentOS and Intel graphics
Hello, Where do I find kernel-ml? Regards, Mark Woolfson -----Original Message----- From: Nux! Sent: Wednesday, April 12, 2017 5:18 PM To: CentOS mailing list Subject: Re: [CentOS] Re CentOS and Intel graphics Give kernel-ml a try, else try CentOS 7. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Mark (Netbook)"
2017 Oct 09
4
Announcement: 32 bit Wine repo for RHEL and CentOS 7
Yes, I will look into getting the SRPMS up on the site (though they are just the ones from EPEL anyway). On Mon, Oct 9, 2017 at 11:54 AM, Nux! <nux at li.nux.ro> wrote: > Hello, > > That's great, I know many people were looking for this. > > Any chance you can also publish the SRPMs? > > -- > Sent from the Delta quadrant using Borg technology! > > Nux!
2007 Nov 03
1
mantel tests
...234 0.26999963 0.10412373 [25] 0.06269722 0.14366454 0.13123054 0.27550149 0.43863848 0.28909831 [31] 0.01454485 0.02551081 0.05645427 0.15819397 0.16508231 0.12399349 I want to test 2 hypotheses 1) is there a pattern to the matrix, does it differ from random? 2) do the top left and bottom right quadrants differ from the other 2 quadrants and if so, which one has the highest values of r2. I have read alot about permutation tests, bootstrapping and mantel tests but cant decide which is best in this situation? Could anyone please provide a starting point? Thankyou in advance, Simon [[alternat...
2015 Mar 07
2
Questions about panel toolbars in CentOS7
Uhmm ... Some example?? I am searching inside extensions.gnome.org but I didn't find any extension to remove or make small bottom panel ... On Sat, Mar 7, 2015 at 10:55 AM, Nux! <nux at li.nux.ro> wrote: > If you go to extensions.gnome.org there are various extensions that let you do that. > You'll need this package to be able to install them from your browsers: >
2016 Aug 24
2
Gnome weather applet stranded
It looks like it was quickly fixed in MATE, hope EPEL moves fast... :) https://github.com/mate-desktop/libmateweather/issues/30#issuecomment-242190096 -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Frank Cox <theatre at melvilletheatre.com> wrote: > On Wed, 24 Aug 2016 16:13:51 +0100 > isdtor wrote: > > > Nux! writes: > > > Hm, this
2015 Oct 27
2
Libvirt enhancement requests
So... how exactly do we proceed? Anyone from the Virt SIG, please stand up? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Pasi K?rkk?inen" <pasik at iki.fi> > To: "Discussion about the virtualization on CentOS" <centos-virt at centos.org> > Sent: Sunday, 25 October, 2015 11:02:22 >
2019 May 09
3
Firefox esr repackage
> The price we pay.. :) Do you say that paying RH customers already received new firefox packages? Regards, Simon > > BTW, Mozilla publishes tarballs that you can simply extract and run (and > will self-update), you can use those (it's what I am doing as a workaround > in fact until RH catches up): > https://ftp.mozilla.org/pub/firefox/releases/60.6.3esr/linux-x86_64/ >
2019 May 08
2
Firefox esr repackage
> I was told lately about this workaround, check it out. > https://blog.mozilla.org/addons/2019/05/04/update-regarding-add-ons-in-firefox/ The signing thing is a security feature. I don't like a workaround to disable a security feature instead of fixing it. What makes me feel a bit bad is that everybody has fixed versions by now, only we enterprise Linux users using the ESR version
2011 Jun 23
2
[LLVMdev] Instr Description Problem of MCore Backend
Hi, all: Now I'm working on writing a backend for Moto MCore, but I don't know how to describe some instructions. First, I've already written MCoreRegisterInfo.td like these: class MCoreReg<bits<4> num, string name> : Register<name> { let Namespace = "MCore"; field bits<4> Num = num; } def R0 : MCoreReg< 0, "R0">,