Displaying 20 results from an estimated 8000 matches similar to: "plot slow?"
2002 Dec 12
2
Problem with dyn.load in R1.6.1
I've been successfully using a dll via dyn.load() with R1.6.0 for
Windows, but when I try it under R1.6.1 it manages to crash the program
completely. Has there been a change in how R1.6.1 handles dynamic
loading? I couldn't spot any such changes in the documentation. This
problem occurred on two different machines, and both run the code under
R1.6.0 without a problem.
Rob Hyndman
2008 Aug 04
5
Are there any guis out there, which will allow editing of the graph?
Hi, all,
I would like to know if there is any gui interface out there
(academic or commercial) that allows one to edit R-language generated
graphs (e.g positioning x axis labels.) It would be nice to have
something like the user interface of Igor or Origin. I have already
used JGR and R-gui. These are good, but they don't allow one to
easily edit graphs. I have also tried
2002 Apr 02
3
getaddrinfo() problem with AIX 4.3.3 and rsync 2.5.2?
I had to apply the following patch to the clientname.c check_name() function
before I could successfully use "hosts allow" in rsyncd.conf. Without the
patch I kept getting "rsync: forward name lookup for ... failed: Host not
found"
errors. These errors were produced by the rsync daemon, and putting in a
debugging statement revealed that the port_buf being used had a large
2011 Jan 13
4
dirty screen
Is there a command that marks the screen as "dirty" and hopefully
redraws it?
If I do a control ALT F1 and the F7 this in effect redraws the screen.
I am getting video artifacts that I think is in the nvidia driver.
the switching console works - I was just hoping there is a more
convenient way.
some command or something.
Thanks,
Jerry
2009 Jan 21
1
Can I add a point to a pointsGrob from an xyplot without redrawing ?
Hi:
I am a newbie using grid and lattice.
I want to update a xyplot without redrawing and I was wondering if there is
a way of adding a point to a pointsGrob ?
For example, take the example from the "R Graphics Book" page 218-219:
grid.newpage()
angle <- seq(0, 2*pi, length=21)[-21]
x <- cos(angle)
y <- sin(angle)
xyplot( y ~ x, aspect = 1)
Lets say I take the pointsGrob
2002 Oct 17
2
Installing R1.6.0 on SGI
I am currently trying to install R 1.6.0 on an SGI Octane running:
> uname -aR
IRIX64 hcu091 6.5 6.5.9m 07201608 IP30
and I am receiving a fatal error during the make step. Any help in this matter would be greatly appreciated.
Here is the final output from "./configure"...
----------
R is now configured for mips-sgi-irix6.5
Source directory: .
Installation directory:
2002 Oct 07
1
plot crashes (PR#2121)
Full_Name: cord eggers
Version: R1.6.0
OS: Windows 2000
Submission from: (NULL) (217.80.133.46)
Whenever i give the plot() command, the programm crashes with
"Unknown software exception" (0xc0000090)
at address 0x77e7f142
Do You know something about this?
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read
2002 Dec 19
1
disabling NA token as na.string in read.table
Dear R-Users,
I have a csv file that has NA tokens and these tokens are perfectly good
values that need not to be converted to NA by read.table(). I tried to
prevent the conversion by specifying the na.strings arg., but this seems to
only add to the list of NA strings, not substitute.
> system("cat foo")
system("cat foo")
1 foo
2 NA
> read.table("foo",
2002 Mar 01
4
UI regression
Hi,
Earlier this year I "upgraded" from wine 20010510 to 20011226 in order
to see if some kind of resource leak was fixed which caused screen
redraws to get progressively slower and slower and slower and slower, ....
That was fixed but there seemed to be a significant number of graphics
and UI regressions. I've just upgraded to 20020228 to see if things
were any better and within
2004 Oct 19
1
Fatal error: invalid home drive
Dear R-helpers,
I have just installed R2.0.0 onto my machine which already had R1.9.1
present.
I then tried to add to R2.0.0 a library called GLMM written by James McBroom
for R1.6.0. Unfortunately, R2.0.0 does not recognise the library, even
though
R1.9.1 does. This is not because I have used the wrong case in the call to
the
library:
> library('GLMM')
> "Error in
2006 Dec 06
1
Drawing On the Desktop
Hi,
I am currently developing a xsnow like plugin for beryl called xglsnow
(http://cornergraf.net/projects/xglsnow/).
I have been told(1) that my way of drawing to the desktop is not very good and
that a better way might exist. I realize beryl is not the same as compiz, but I
hope that the differences are not too big on this matter, if not excuse me for
this post.
My drawing currently works
2004 Aug 31
5
Anybody running VirtualDub ?
Hi!
I just tried to run VirtualDub 1.5.10 with current wine from CVS.
The program runs, but when the video playback is started (or even the video
file is just loaded), all the screen except the window with the first video
frame goes black. The video is played properly. All is alive and well,
underlying windows/icons are there and they react on the mouse, windows can
be moved (if You find their
2004 Dec 26
3
Help building online game
Now I just need some helpful hints from the community as to what I
could use to display a hexagonal playing field of about 40x40 hex
units. Trying to build an online strategy game with Ruby on Rails.
Working out the methodology on paper and then scaffolding some. Any
ideas which technologies I could possibly use ? other than just
simple .gifs as icons and maybe overlayed css graphics ? Would
2008 Jun 25
6
CentOS 5.2 kernel [2.6.18-92.1.1.el5] crashes on dual-PIII Compaq ProLiant 3000
After yum upgrade, the new CentOS5 kernel [ kernel-2.6.18-92.1.1.el5.i686 ]
crashes each time early in boot process on Compaq ProLiant 3000
with dual Pentium3 CPU (600 MHz, CPU0: Intel Pentium III (Katmai) stepping 03, CPU1 the same).
I get kernel panic at powernowk8_init+0x05e/0x1c3.
The previous kernel [ kernel-2.6.18-53.1.21.el5.i686 ] seems to work fine.
I am wondering if anyone has met
2013 Nov 13
2
Problem with X11 application and Nouveau driver
I have finally received and am configuring my new workstations eith the NVS510 graphics cards, and have run into rather a problem. The X server seems to be loading the NOUVEAU driver properly (based on the contents of Xorg.0.log), but I have one X11 application that doesn't work correctly; it runs as though XSynchronized is always True, even though it's explicitly set to False in the
2011 Apr 27
3
Speed up plotting to MSWindows graphics window
Hello,
I am working on a project analysing the performance of motor-vehicles
through messages logged over a CAN bus.
I am using R 2.12 on Windows XP and 7
I am currently plotting the data in R, overlaying 5 or more plots of
data, logged at 1kHz, (using plot.ts() and par(new = TRUE)).
The aim is to be able to pan, zoom in and out and get values from the
plotted graph using a custom Qt
2012 Mar 26
2
many curves to the same plot
Dear all,
I would like to plot under the same plot
many curves like
mycdf<-ecdf(runif(100))
plot(mycdf)
curve(mycdf,from=-1,to=1)
mycdf<-ecdf(runif(200)+3)
plot(mycdf)
curve(mycdf,from=-1,to=1)
as you can see each new call to curve redraws (erases) the window. How I can have an effect like
plot(mycdf)
lines(mycdf2)
lines(mycdf3)
I would like to thank you in advance for your help
2003 Sep 26
1
Question on "read only" behavior in smb.conf
Hi All,
I've built Samba v2.2.8a on a RedHat 7.2 system and it seems to work ok.
However
I cannot understand the "read only" parameter in the following situation:
smb.conf file:
-------------------
[global]
security=user
encrypt passwords=yes
[foo]
path=/tmp/foo
read only=yes
The owner&mode of /tmp/foo is:
------------------------------------------
% ls -ld
2012 Feb 21
3
libvirt doesn't boot kVM, hangs, qemu on 100% CPU
Hi folks,
it's been adventurous.
Yesterday night I've started debugging this particular
issue of why my KVMs don't boot on Ubuntu 11.10.
A first hint was apparmor, which seemed to deny access
to the LVM partitions I had assigned as disks.
After correctly configuring apparmor, or even disabling
it the issue was still the same.
After a wild goose chase, I decided to update everything,
I
2003 Feb 27
5
Weird..
I have a machine with 'samba + winbind' installed ... everything works fine.
its my beta-machine.. so i used norton ghost to clone it to another computers, and as usual it works good, so i decided to do it with 5 machines. at the end of the procedure i changed the ip of each one and the netbios name....
so i have 5 cloned machines with 'winbind+samba' and thats good.. but if i