Displaying 20 results from an estimated 2000 matches similar to: "dynamically add items to key of lattice xyplot"
2006 Dec 28
2
lattice xyplot: plot multiple lines with different colors
Hi everyone,
I am using the lattice package to plot some simulation results, by using
the function xyplot(). However, I cannot find a way to plot multiple
lines within the same xyplot and to have each of the lines be drawn in a
different color.
This is what I am currently doing:
xyplot(a + b + c ~ x, my_data, panel = panel.lines)
but, of course, all lines are drawn in the same color.
What
2008 Jan 08
1
storing matrices in a list or vector and preserve dimensions
Hi all,
As an R newbie, I wonder how I can store multiple matrices in a list()
or vector() object without losing their structure. I should be able to
retrieve the matrix from the list later on.
If I just append() the matrices to a list() object, they automatically
lose their dimensions, whereas I would like to preserve the dimensions
of the matrices.
Is there any function in R which allows
2008 Jan 31
1
decrease amount of ticks on y axis in lattice levelplot
Hi all,
How can I decrease the number of ticks on the y-axis in a lattice
levelplot()? I have as many ticks displayed on the y-axis as I have
columns of data (1000 columns), how can I decrease this amount of ticks,
while still properly displaying all the data?
Note that I get my data from a matrix object, in which the z-values of
the levelplot are the actual values in the matrix, whereas the
2007 May 18
0
[LLVMdev] Antw.: 2.0 Pre-release tarballs online
> On Slackware 10.2 (GCC 3.3.6), I got an error during a debug build with the
> header files using uintptr_t (not recognised as a type). Putting "#include
> <stdint.h>" in include/llvm/BasicBlock.h (llvm) and in
> "include/llvm/ValueSymbolTable.h" (frontend) resolved this.
Ok. This is now fixed on the release branch. Thanks!
> Also, I got linking
2007 May 29
4
[LLVMdev] Code generation issues
Hi,
Today I managed to link ioquake3, but generating a binary does not
work yet.
1) On OSX, I get:
Error: Code generator does not support intrinsic function
'llvm.ppc.altivec.lvsl'!
when I do: llc file.bc -march=c -o file.c
2) On Linux X86, llc does not give any problem, but I get this while
compiling the generated .c file:
error: unknown register name 'S' in
2007 May 17
8
[LLVMdev] Antw.: 2.0 Pre-release tarballs online
Hi,
Op 15-mei-07, om 10:23 heeft Tanya M. Lattner het volgende geschreven:
1) Download llvm-gcc4 binary and llvm. Compile and run make check.
I did a debug build on OSX 10.4.9 and everything went fine.
Results of "make check" (see ppc.log):
=== Summary ===
# of expected passes 1630
# of unexpected failures 21
# of expected failures 2
2005 Feb 13
14
How to allow specific services for machines in LAN behind router?
Hi
I know I still need to learn a lot about firewalls so if I''ve missed
some doc I should have read don''t hesitate to point it out to me.
I have set up shorewall on my desktop and my laptop and everything
appears to be working fine but now I''d like to allow certain services
(like shh, rsync, unison, http) between these two PC''s.
My LAN looks like this:
2005 Feb 20
5
is this configuration possible using shorewall ?
Is this possible using shorewall ?
here is the setup that I need:
many client computers C1 to C30 connect to the
internet using ONE
gateway computer server running shorewall proxy S1
client C1 connects to local LAN /shorewall proxy S1
and authenticates using
username U1
S1 connects to SSH server external server ES1
authenticates using
username EU1.
client C1 can transfer files, upload and
2005 Mar 19
2
RE:Newbie question
It said 'include zapata-channels.conf', where this line wasn't commented
bij the ';'...
Could you post me a working example of such a config (or a part of it,
for the X100P cards...?
Thanks guys!
Message: 9
Date: Sat, 19 Mar 2005 18:04:26 -0500
From: "Jeff Glassman" <jrglass@columbus.rr.com>
Subject: [Asterisk-Users] newbie question
To:
2005 Apr 21
3
about filtering and dovecot
Hi
I would like to set up a local mailserver but I'm getting lost with all
the available options. As I have already decided to use dovecot I hope
someone here will be able to point me to the right docs/HOWTO's/...
Here's my wish-list:
1) download mail from my ISP's POP3-server
2) scan with spamassassin
3) scan with ClamAV
4) filter messages (mailing lists/sender/...)
5) store
2004 Feb 11
1
levelplot colorkey
Dear R'ers,
I've scanned available documentation and the web, but I can't seem to
figure out where I've gone wrong in adding numbers to scale the colorkey in
levelplot (Lattice package). For example,
levelplot(z, contour=T, labels=T, cuts=10, region=T,...
colorkey=list(T, space="bottom",
at=seq(0,2000,length=20),
2005 Jul 18
3
Vorbis usage in internet broadcasts
Hi.
Just for the fun of trying something new, I've compiled a list of
Ogg/Vorbis radio stations on the internet. However, I must say I
didn't get really far. (
http://www.ai.rug.nl/~bneijt/links/oggradiolist.xml )
Does anybody know a good resource/listing of ogg streaming (with
preferably vorbis inside) radio stations?
Bram Neijt
2006 Nov 15
4
[LLVMdev] 1.9 Prerelease Available for Testing
Hi,
There is a typo in $LLVM_SRC/Makefile.rules on line 750 where it says :
SharedLibKindMessage := "Lodable Module"
instead of
SharedLibKindMessage := "Loadable Module"
Op 15-nov-06, om 15:54 heeft Bram Adams het volgende geschreven:
> Didn't check
> LLVM's test suite.
Doing the simple LLVM-tests (on Slackware 10.2) gets:
=== Summary ===
2006 Aug 20
3
[LLVMdev] Weird behavior of llvm-ld
Hi,
Op 20-aug-06, om 21:18 heeft Reid Spencer het volgende geschreven:
> I looked over your patch and it looks good. I applied a patch based on
> yours. The llvm-ld tool now uses the PluginLoader just like the opt
> tool. It will also run some cleanup passes after the loaded plugins
> run
> to ensure cruft is removed.
OK, thanks. Your patch seems to work, although I also get
2007 May 18
2
[LLVMdev] Antw.: 2.0 Pre-release tarballs online
Hi,
Op 18-mei-07, om 10:10 heeft Tanya M. Lattner het volgende geschreven:
>> On Slackware 10.2 (GCC 3.3.6), I got an error during a debug build
>> with the header files using uintptr_t (not recognised as a type).
>> Putting "#include <stdint.h>" in include/llvm/BasicBlock.h (llvm)
>> and in "include/llvm/ValueSymbolTable.h" (frontend)
2005 Apr 25
2
configuration problem: maildir folders and messages not found
Hi
Perhaps I've been going too far OT in my previous thread or perhaps I
just didn't explain my problem clear enough so forgive me for trying
again.
I have configured fetchmail to fetch my mail from my ISP's POP3-server.
I have set up procmail to filter messages and deliver all non-filtered
messages to the folder ".IN-catchall/" in "$HOME/Maildir"
After sending
2014 Sep 23
3
Samba3 on multiple networks, how to make it hand out the correct IP?
Hi,
My Samba 4.1.x server is connected to two networks, one in the 192.168.*
range (wired) and one in the 10.* range (wifi). The clients on either
network normally cannot reach each other.
I noticed Samba hands out (eg: for dcname.company.net) it's IP's from both
ranges to clients on both sides. So the 192.168.* clients get two A records:
192.168.1.1 & 10.0.0.2.
I noticed that,
2006 Sep 18
3
[LLVMdev] Manipulate order of optimizations in llvm-ld
Hi,
I've written a couple of passes, and I intend to use them using llvm-ld
(loading works fine). However, I can't seem to figure out how to put
them first, i.e. before all other optimizations (inlining,
internalizing, ... should only kick in after my passes).
Omitting AnalysisUsage::setPreservesAll() doesn't help and there is no
AnalysisUsage::invalidateAll(). Does anybody know
2001 Jul 18
3
App doesn't react
Hi all,
I've downloaded the sources of Wine-20010510 and installed them
successfully (I think).
But when running a Windows-app, the window is in screen, but doesn't
react to my input, like mouse-clicking or typing on the keyboard.
Is this a known prob?
Thanks in advance,
Bram Schoenmakers
:-( ;-) :-)
2015 Feb 24
5
recreate/re-provision DNS db from scratch?
Hi Marc,
Thanks for getting back to me.
Marc Muehlfeld wrote on 24-2-2015 21:12:
> Hello Bram,
>
> Am 24.02.2015 um 12:37 schrieb Bram Matthys:
>> Is there a way to re-initialize/re-provision DNS?
>
> No.
>
That would be a pitty.
>> well.. I suppose since I started with 4.0.6 (migrated from Samba 3.x) but
>> from a users' point of view everything