search for: colortyp

Displaying 20 results from an estimated 39 matches for "colortyp".

Did you mean: colortype
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 to close all windows first, then I can open an x11 device with the colortype "pseudo.cube&...
2006 Sep 12
1
Use of xvfb : X11 cannot allocate additional graphics colors. Consider using colortype="pseudo.cube" or "gray"
...her 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. here the error : " X11 cannot allocate additional graphics colors. Consider using colortype="pseudo.cube" or "gray" " There is obviously a problem witth xvfb but I can't not resolve it please help me! Thank you Gael Even
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 f...
2002 Mar 16
0
X11(colortype="true") does not give a truecolor visual(PR#1387)
...gt; > On Sat, 16 Mar 2002 Edwin@balpol.tudelft.nl wrote: > > > Full_Name: Edwin > > Version: 1.4.1 > > OS: SunOS/Solaris > > Submission from: (NULL) (130.161.1.115) > > > > > > When selecting an X11 visual on Solaris 2.7 with > > > > X11(colortype="true") > > > > a PseudoColor visual is actually created. (verified with xwininfo) > > Note that the help page does *not* say that this `selects a visual'. It > says it selects a `color model'. One can use a model which differs from > the X11 visual clas...
2002 Mar 16
1
X11(colortype="true") does not give a truecolor visual (PR#1388)
On Sat, 16 Mar 2002 Edwin@balpol.tudelft.nl wrote: > Full_Name: Edwin > Version: 1.4.1 > OS: SunOS/Solaris > Submission from: (NULL) (130.161.1.115) > > > When selecting an X11 visual on Solaris 2.7 with > > X11(colortype="true") > > a PseudoColor visual is actually created. (verified with xwininfo) Note that the help page does *not* say that this `selects a visual'. It says it selects a `color model'. One can use a model which differs from the X11 visual class, but the default class and d...
2001 Aug 23
0
(PR#1065) X11 protocol errors after all x11 devices are
...> X11 protocol error: BadAccess (attempt to access private resource denied) > > > > (only one error this time). > > > I see the same thing on an AIX machine with the patched R-release of > yesterday. I've recently noticed this problem when I tried to change > the colortype. For this you have to shutdown all devices, then I got > the error messages. I figured this might be an "AIX" thing at > first... > > Possibly related (if not, I'll file separate bug reports): > > 1) I cannot reset the colortype. When I run out of colors, I used...
2002 Mar 16
0
X11(colortype="true") does not give a truecolor visual (PR#1390)
On Sat, 16 Mar 2002 ripley@stats.ox.ac.uk wrote: > On Sat, 16 Mar 2002 Edwin@balpol.tudelft.nl wrote: > > > > The system in question (like many UNIX workstations) has both Pseudo and > > truecolor visual types available, however the default type points to an 8 plane > > PseudoColor visual. > > I believe that is unusual. Sun Xservers allow you to set the default
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
2005 Jun 01
1
x11 and pseudo-color
...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 bit. This leads to error messages (advising to use 'pseudo.cube'). question 1: is X11() supposed to recognize the actual color capabilities? i.e. is this a bug? question 2: is there a possibility to query the color cap...
2006 Feb 08
1
invalid graphics state using dev.print (fwd)
...plot(rnorm(10)) > dev.print(png) Error in dev.copy(device = function (filename = "Rplot%03d.png", width = 480, : invalid graphics state > traceback() 6: dev.copy(device = function (filename = "Rplot%03d.png", width = 480, height = 480, pointsize = 12, gamma = 1, colortype = getOption("X11colortype"), maxcubesize = 256, bg = "white", fonts = getOption("X11fonts"), res = NA) .Internal(X11(paste("png::", filename, sep = ""), width, height, pointsize, gamma, colortype, maxcubesize, bg, bg, fonts,...
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 display '' I have tried looking around before posting to the mailing list, but I don't have the Linux kno...
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 potential. Currently, I can't get lattice() to work. Thanks, Jeff. Jeff D. Hamann Hamann, Donald and Associates PO Box 1421 Corvallis, Oregon USA...
2002 Nov 05
1
graphics display problem
...at[,4]~dat[,1]+dat[,2]+dat[,3]) plot(amodel) and I got only one figure (residuals vs. the fitted; instead of several plots), and the following message: Error in abline (h=0, lty=3, col="gray"): Error: X11 cannot allocate additional graphics colors Consider using X11 with colortype="pseudo cube" or "gray". Does it seem that X windows has a problem with "gray"? Can the default color used by abline() be changed to something other than gray? Or is it caused by incomplete R installation? Thanks for the help! Deling ____________...
2007 Oct 15
1
Error: X11 cannot allocate additional graphics colours.
...attached packages: DetectiV "1.1" I'm getting the following error message when plotting a quite complex graph: Error in axis(side = 2, at = c(min[i] - sptl, max[i] + sptl), labels = NA, : Error: X11 cannot allocate additional graphics colours. Consider using X11 with colortype="pseudo.cube" or "gray". The problem is I only get it under certain circumstances. I have some quite convoluted test code: n <- 82 mat <- matrix(rnorm(n*10), ncol=n) fcolors <- terrain.colors(n) image(z=mat, axes=FALSE) oneis <- 1 / ncol(mat) sptl <- oneis / 3...
2001 Mar 03
3
Error in X11
...ut 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 x11 with colortype = "pseudo.color" or "gray" I am completely new to R and Linux and I am not sure how to fix this, I am also not sure on how fixing this will affect other program such as Grass which seems to have no problems drawing different coloured lines. Can any one advise me how I fix...
2004 Jun 16
1
dev() error
I don't know what I have done!! When I try to invoke a display function via plot(), image() or whatever, my X11 window doesn't appear. I have tried to type X11() but the following error message is displayed: > x11() Error in X11(display, width, height, pointsize, gamma, colortype, maxcubesize, : unable to start device X11 In addition: Warning message: unable to open connection to X11 display`' I have tried dev.cur() and dev.list() but these suggest that only my null device is active and I am unsure how to activate my X11 device by any other means! I'm sur...
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 X11 display '' Do I need any library like cairo installed on my local Mac?  I also set LC_CTYPE="en_US.UTF...
2009 Oct 01
1
X11 Problems
...http/ftp sockets TRUE TRUE TRUE TRUE FALSE FALSE TRUE TRUE libxml fifo cledit iconv NLS profmem cairo TRUE TRUE TRUE TRUE TRUE TRUE TRUE > x11() 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 x11() : unable to open connection to X11 display '' Any help would be appreciated! Thanks, Kay
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
2006 May 09
1
2.3.0 problems
...d.packages() for (ii in pk[!is.na(pk[,"Priority"]) & (pk[,"Priority"] %in% c("base","recommended")),1]) library(ii,character.only=TRUE) utils::help.start() grDevices::x11(display = "", width = 9, height = 7, pointsize = 12, gamma = 1, colortype = getOption("X11colortype"), maxcubesize = 256) cat(paste("Started in",system("pwd",TRUE)," with '~/R/.Rprofile' edited on ", editedOn,"\n")) } Christian -- Dr. Christian W. Hoffmann, Swiss Federal Research Institute WSL Mathematics...