Displaying 20 results from an estimated 5000 matches similar to: "graphics display problem"
2000 Apr 07
1
x11 colortype problems ('gray' is broken?) (PR#512)
Hi,
I occasionally run out of color in my X11 terminal. At this
point, R will issue this error message:
Error: X11 cannot allocate additional graphics colors.
Consider using colortype="pseudo.cube" or "gray".
An immediate x11(colortype="pseudo.cube") doesn't work as the
colortype seems to be shared among the different x11 plotting windows.
So I have
2004 Sep 21
2
png problem
Dear R-users,
I have a small problem with the function png(), when used with the
argument colortype="pseudo.cube".
> png("toto.png", colortype="pseudo.cube")
> image(matrix(rnorm(10000), 100, 100))
> dev.off()
R is blocked at the last command (R does not
print any prompt after the last command). Nothing is
written in the file (Gimp indicates that the
2007 Oct 15
1
Error: X11 cannot allocate additional graphics colours.
Dear All
Another one I have touched on before with a much older OS and version.
My sessionInfo() is:
> sessionInfo()
R version 2.5.1 (2007-06-27)
i686-redhat-linux-gnu
locale:
LC_CTYPE=en_GB.UTF-8;LC_NUMERIC=C;LC_TIME=en_GB.UTF-8;LC_COLLATE=en_GB.U
TF-8;LC_MONETARY=en_GB.UTF-8;LC_MESSAGES=en_GB.UTF-8;LC_PAPER=en_GB.UTF-
2006 Sep 12
1
Use of xvfb : X11 cannot allocate additional graphics colors. Consider using colortype="pseudo.cube" or "gray"
Hi,
I use R in remote access on a Debian server.
I need X11() to create graphical things so I use xvfb-run (Virtual X server
environnement) R to allowing X11() capabilities to R.
An other technique is to connect in shh -X to execute my R script.
With the connection ssh -X, my R script is well executed. BUT when I use Xvfb,
some graphics are created but an error occured and stop the script.
2001 Dec 09
1
trouble with plotting
I'm trying to use the lattice package (and have run into the message before)
where I will get the following when trying to plot....
Error in clearpage() : Error: X11 cannot allocate additional graphics
colors.
Consider using X11 with colortype="pseudo.cube" or "gray".
What do I need to do to get rid of this so that I can use the graphics
libraries to their fullest
2005 Jun 01
1
x11 and pseudo-color
for some reason the following message seems not to have reached the list
in the first try, at least I can't find it. my apologies if this is my
fault:
we are running R under Solaris with SunRay Terminals, which are set to 8
bit color to comply with some other software. In this configuration,
X11() opens with colortype=true, i.e., it is not recognized that
actually the display is only 8
2001 Mar 03
3
Error in X11
In-Reply-To: <OF64BAAB51.93CEFB4D-ON852569DE.004CB60E at rtp.epa.gov>
This is more a linux question, but I have asked in some Linux
conferences with no success.
I am running 1.2.1 in Mandrake 7.2.Trying to run the graphics demo
produces axes, but no lines and I get an error message:
error in abline (h=0, col=gray(0,9))Error:X11 cannot allocate
additional graphics colors consider using
2001 Aug 22
3
X11 protocol errors after all x11 devices are closed (PR#1065)
> x11()
> dev.off()
null device
1
> x11()
> plot.new()
Warning messages:
1: X11 protocol error: BadAccess (attempt to access private resource denied)
2: X11 protocol error: BadAccess (attempt to access private resource denied)
This only happens if all x11 devices are shut down, so the X11 connection
is restarted. We had problems with this when the event handlers
were
2001 Aug 23
0
(PR#1065) X11 protocol errors after all x11 devices are
I've fixed the original report and Tom's first. Someone had incorrrectly
arranged for most of the initialization to be done only once per session.
I did ask before 1.3.0 what the intention was .... For pseudocolor devices
at least this was biting since the palette was not re-initialized.
I don't see point two on my system, and Martin's point about interruption
was first shown
2006 Feb 08
1
invalid graphics state using dev.print (fwd)
On Mon, 6 Feb 2006 18:12, Simon Urbanek wrote:
> On Feb 6, 2006, at 5:24 PM, Paul Roebuck wrote:
>
>> Tried on R-Sig-Mac with no responses, but I need some kind
>> of answer.
>> [...]
>> Does the following work on your system?
>
> Interesting, no, it doesn't either. For png and pdf I use
> Quartz + quartz.save (it produces much nicer results) so
> I
1999 Apr 02
3
X11 Device Driver
I have made some modifications to the X11 graphics driver so that it is
more flexible about its use of colors. I have added a new parameter to
the X11/x11 function which controls this. The parameter is currently
called "colormodel" and works as follows:
colormodel = 0 Monochrome graphics
colormodel = 1 Grayscale (256 shades)
colormodel = 2 Pseudocolor1
colormodel = 3
2001 Feb 01
1
R works in KDE but not in Gnome
I have a Red Hat 7.0 system, plus glibc-2.2 and gcc-2.96.69. When I run the
R demo 'demo("graphics") with KDE it runs fine, but when I try it with Gnome
it croaks:
demo(graphics)
---- ~~~~~~~~
Type <Return> to start :
> opar <- par(ask = interactive() && (.Device %in% c("X11",
"GTK", "windows", "Macintosh")))
2005 May 31
2
Barplot2 Title
Hello,
I would like to know if it's possible to modify the name of groups of bar because on my barplot2, I have 5 groups of bars and one of them is called "User Contributes" and when I save the plot "User contributes" is to big so I don't have it on my plot! Is it pssible to put the name vertically!
Thanks!
Sabine
---------------------------------
ils, photos
2012 Apr 10
1
X11 display problem
Hi,
I run R on a unix server and login from a Mac with ssh -X. When I want to run a graphics function like hist, I get the following x11 message:
Error in X11(d$display, d$width, d$height, d$pointsize, d$gamma, d$colortype, :
unable to start device X11cairo
In addition: Warning message:
In function (display = "", width, height, pointsize, gamma, bg, :
unable to open connection to
2010 Jul 25
3
X trouble in R on Ubuntu
Hello,
As per the subject, I am unable to do the following:
plot(1);
The error message I get is ( as user postgres)
No protocol specified
Error in X11(d$display, d$width, d$height, d$pointsize, d$gamma,
d$colortype, :
unable to start device X11cairo
In addition: Warning message:
In function (display = "", width, height, pointsize, gamma, bg, :
unable to open connection to X11
2008 Aug 28
1
Second X11 call with invalid display crashes R after first X11 call. (PR#12628)
I get this with R 2.7.2 (and 2.7.1, and 2.6.2, but NOT 2.4.0):
> X11() # this one opens up okay
> X11("foo")
Error: Couldn't find per display information
$
and R crashes out back to my shell prompt.
If I do X11("foo") as a first command I get a meaningful error and my
R prompt back:
> X11("foo")
Error in X11(d$display, d$width, d$height,
2003 Jun 05
1
dev.copy2eps: Why did the colors come into my postscript output?
On a RedHat 7.3 system with R-1.6.1, I did this
> x11(width=3.5,height=4,colortype="gray")
Then plotted (with matplot) a nice looking no-color graph on the screen,
then I did this:
> dev.copy2eps(file="test.eps",height=4,width=3.5)
I was surprised that the output in the eps file included the colored
lines from the plot, even though the screen device was set to
2010 Jan 27
1
How to sort data.frame
Dear R heleprs
Suppose I have following data
Scenarios
combination_names
series1
series2
Sc1
MAT2 GAU1
7.26554
8.409778
Sc2
MAT2 GAU2
7.438128
8.130275
Sc3
MAT3 GAU1
8.058422
8.06457
Sc4
MAT1 GAU2
8.179855
8.022071
Sc5
MAT3 GAU2
8.184033
8.191831
Sc6
MAT3 GAU2
7.50312
8.232425
Sc7
MAT1 GAU2
7.603291
8.200993
Sc8
MAT1 GAU1
8.221755
8.380097
Sc9
MAT3 GAU2
7.904908
2007 May 30
0
Help me understand colours on linux
Hi
Here is my sessionInfo():
Version 2.3.1 (2006-06-01)
i686-redhat-linux-gnu
attached base packages:
[1] "methods" "stats" "graphics" "grDevices" "utils"
"datasets"
[7] "base"
I have a function that is trying to draw rectangles using 136 different
colours, and I get the following error:
Error in rect(xstart,
2005 Oct 29
2
LaTex error when creating DVI version when compiling package
Dear Listers,
I got this message when compiling a package:
* creating pgirmess-manual.tex ... OK
* checking pgirmess-manual.text ... ERROR
LaTex errors when creating DVI version.
This typically indicates Rd problems.
The message is quite explicit but I struggled a lot before understanding
that the trouble comes from a single file "selMod.rd" among 44 topics.
Even though I have