Displaying 20 results from an estimated 100 matches similar to: "Help with multicolored points in one plot"
2006 Jan 06
2
Can R plot multicolor lines?
I have a number of continuous data series I'd like to plot with the
first 2/3 or so of each plotted in one color with the last 1/3 plotted
in another color.
I've thought of plotting 2 lines that abut each other by determining
where the first portion ends and attach the second portion.
Is there a simpler way that i have not thought of or discovered
through the mailing list, Intro to R,
2010 Apr 22
1
Multicolor main title in a plot or mtext
Dear R-users, the problem I'm facing today is to write a
multicolor main title in a plot.
I would like to have 3/4 colors to help people in the
audience to visually realize what is what in a 4x2 plot array
On top of each plot I would like to have two lines.
The 1st line will indicate what is plotted
The 2nd line will indicate a a reference
Graphically speaking I would like a result similar
2012 Jan 30
2
Help page of colors() : add a new example ?
Dear all,
May I suggest to add an example in the help page of the colors() function ?
The following code could be useful to easily choose any color from colors() :
## Millot G. (2011), p.71.
## Figure displaying all the 657 built-in color names of colors().
palette(colors())
tempo<-NULL
for(i in 14:1){tempo<-c(tempo, rep(i,50))}
windows(width=10) # replace by quartz(width=10) for MacOS and
2010 May 15
2
Normalizing plot tick values
Hi,
I have a plot whole tick values along the axis have a certain range 0 - x .
I need to normalize this range without changing my data files. for e.g.,
if my plot has tick values at 10,20,30,40,50... i have to make this 2,4,6,
etc. but without changing the plot data... I am hoping I can add something
to the plot command that goes like tick values divided by a quantity.
Any help is appreciated.
2013 Jan 08
0
[LLVMdev] ARM failures
On Tue, Jan 8, 2013 at 8:52 AM, Renato Golin <renato.golin at linaro.org> wrote:
> On 8 January 2013 16:44, David Blaikie <dblaikie at gmail.com> wrote:
>>
>> Usually the best way to get traction on such things is to reply to the
>> commit that caused the regression. Whoever broke things is usually
>> more invested in making sure the change is solid (&
2010 Sep 07
1
adding variable to netCDF file
I would like to open an existing netCDF file and add a variable to it.
I am using the ncdf package. This test code gives the idea of what I am
trying to do:
library(ncdf)
print('here we go')
print('first, construct netCDF file')
t<-dim.def.ncdf('t','',1:1,unlim=T,create_dimvar=F)
print('defining first vars')
2016 Apr 06
3
KVM Virtualization Network VLAN CentOS7
Im configuring my KVM and in my network configuration I have 4 Network
lancard
2 nic = using teaming0 for management with access port configured in the
switch side
2 nic = using teaming1 for guest VM DATA ports. and in the switch is
configured for LACP with trunk allowing vlan 10,20,30,40,50
and configured in the CentOS7 the vlan 10, vlan 20,30,40,50 im sure its
already working because I tried
2005 Jan 31
16
PXE boot Centos 4.0beta problems
Has anyone yet tried PXE booting the vmlinuz/initrd.img
set from Centos 4.0beta2?
I have a pxelinux setup that is booting 3.4 PXE images
fine, but the equivalent setup for 4.0beta loads the
kernel and then splashes the monitor full of multicolor
random characters. Not a good start to an install...
Anyone had luck? Any changes for PXE boots known for 4.0?
Thanks in advance.
-Alan
2013 Jan 08
3
[LLVMdev] ARM failures
On 8 January 2013 16:44, David Blaikie <dblaikie at gmail.com> wrote:
> Usually the best way to get traction on such things is to reply to the
> commit that caused the regression. Whoever broke things is usually
> more invested in making sure the change is solid (& doesn't get
> reverted).
Hi David,
Good point. The build bot is broken for a while and I assumed the
2011 Jun 22
1
missing dbghelp.dll 6.0.7.0 or higher (LotRO)
Last night I started getting an error message in Lord of the Rings Online:
"Debugging help functions could not be loaded. Please make sure you have
version 6.0.7.0 or greater of dbghelp.dll you can put this dll anywhere
in your path except your system32 directory. If you do not have this dll
then you can get it by installing the Debugging Tools for Windows
Package from
2013 Jan 08
1
[LLVMdev] ARM failures
On 8 January 2013 16:58, David Blaikie <dblaikie at gmail.com> wrote:
> If the bot isn't configured to send fail-mail to the blame list,
> people probably won't notice. That's how the buildmaster/bots ended up
> in the rather multicolored state they are in now.
>
I'm supposing this is done in Zorg... ;)
Specifically replying to the -commits mailing that
2016 Apr 06
3
KVM Virtualization Network VLAN CentOS7
On Wed, Apr 6, 2016 at 9:47 PM, James Hogarth <james.hogarth at gmail.com>
wrote:
> On 6 Apr 2016 2:35 p.m., "Francis Mendoza" <francis at mytechrepublic.com>
> wrote:
> >
> > Im configuring my KVM and in my network configuration I have 4 Network
> > lancard
> >
> > 2 nic = using teaming0 for management with access port configured in the
2008 May 11
1
Finding unmatched data between two dataframe using several factors
Hi R users
I am trying to find unmatched data from two dataframes. I would like to
find unmatched data based on several factors. For the following data:
dat1 <- data.frame(x = paste("A", 1:6, sep=""),
y = c("andy","bob","ciaran","dan", "eion",
"fred"))
dat1
dat2
2013 Jan 08
3
[LLVMdev] [cfe-dev] ARM failures
> Good point. The build bot is broken for a while and I assumed the person who
> did that commit would spot it better than I would,
|If the bot isn't configured to send fail-mail to the blame list,
|people probably won't notice. That's how the buildmaster/bots ended up
|in the rather multicolored state they are in now.
I think what happens from the buildbots depends on how many
2009 Apr 09
1
HELP to cbind several data.frame with a LOOP
Dear R users,
thank for help. SORRY I am seeing in google a maillist but I didn't find a
solution for my problem
I have several txt file (with the same number of column and HEADER) to merge
together, this is an example:
Tableanalysis_firenze_10.txt
Tableanalysis_firenze_20.txt
Tableanalysis_firenze_30.txt
Tableanalysis_firenze_40.txt
Tableanalysis_firenze_50.txt
2011 Apr 23
2
replace certain elements in data frame
Hello,
I have a data frame with 2 columns: year and code. In code column, I want to
replace elements that are not "8210", "8310", or "9190" with "others".
--
Sincerely,
Yosub Jung.
[[alternative HTML version deleted]]
2010 May 28
0
xen 4.0.0 dom0 console video unreadable / scrambled
I previously sent this help request to xen-api rather than xen-users.
My apologies for the re-send.
-------------------
I am following http://www.gentoo.org/doc/en/xen-guide.xml to build a new
box for use as dom0. For the dom0 kernel configu I used as a basis a
previous, working config from a non-xen kernel. That previous kernel
(2.6.32-gentoo-r7) exhibits no console video problem. My new xen
1998 May 06
1
R-beta: R-0.61.3 "Color Allocation Error"
Running R under Solaris 2.5.1 I get "Color allocation error".
the offending line is
lines(x,col="green4",lty="dotted")
from the "graphics" demo
Any suggestions?
The same program runs fine under linux, BTW.
Ina
---------------------
Ina Dau
Computer Administrator - Room 101 - Pearson Building - UCL
email: i.dau at ucl.ac.uk
Phone: +44-171-4193636
snail:
2016 Jan 21
0
Issues with GeForce 6800 Ultra (NV40) and nouveau on linux 4.4 (powerpc)
I recently acquired an old PowerMac G5 that has an AGP GeForce 6800 Ultra
(NV40) in it. I put debian stretch (testing) on it and am having issues
getting the 6800 Ultra working with nouveau.
Software versions:
linux: 4.4.0 (powerpc)
libdrm: 2.4.65
mesa: 11.0.8
nouveau: 1.0.12
On boot when the system starts Xorg I get an initially black screen that
finally changes to a screen that has distorted
2008 Feb 12
3
merging more than 2 data frames
Hi
merge() takes only 2 data frames. What can you do to it to make take more than two data frames? or is there another function that does that?
Thanks
joseph
____________________________________________________________________________________
Looking for last minute shopping deals?
[[alternative HTML version deleted]]