search for: x11cairo

Displaying 18 results from an estimated 18 matches for "x11cairo".

2008 May 01
1
X11cairo with antialias="none" buggy under MacOS?
using X11(antialias="none") plot(1:10) produces an incomplete plot with 2.7.0. under MacOS 10.4.11: both y-axes are missing.the y-ticks (except the tick at `2' wich is missing) including labels are there. this happens with a 1280x854 labtop monitor. is this known behaviour/a cairo bug? joerg
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 knowledge to make this work. Some helpful...
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-8" in my profile Cheers, Carol...
2009 Oct 01
1
X11 Problems
...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
2014 Oct 14
2
Ternary Plots Do Not Display Ellipses in PDF
A rather strange situation here and I've not found the source of the problem. The point is to print a ternary plot matrix of compositional data with ellipses enclosing 95% of the variance in each plot. The ellipses display on the monitor, dev = x11cairo (see attached winters-x11cairo.pdf), but not when sent directly to a file, dev = pdf (see attached winters-pdf.pdf). Here's winters.acomp: structure(c(0.0666666666666667, 0.0612244897959184, 0.0434782608695652, 0.043956043956044, 0.05, 0.0161290322580645, 0.6, 0.571428571428571, 0.623188...
2009 May 20
1
how to get remote ESS graphics to work?
...variable appropriately." It's unclear what DISPLAY is appropriate. I have X11 forwarding set up on my machine (the remote machine). When we try to create a graphic in his ESS remote process, (e.g., hist(rnorm(50))), we get the following error: "Error in X11(... unable to start device X11cairo In addition: Warning message: In x11(): unable to open connection to X11 display" Does anyone out there use interactive graphics on their ESS remote sessions? If so, could you provide any help? We're really stuck and just need a step-by-step from anyone who knows. Thank you, Matt --...
2008 Aug 28
1
Second X11 call with invalid display crashes R after first X11 call. (PR#12628)
...er 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, d$pointsize, d$gamma, d$colortype, : unable to start device X11cairo In addition: Warning message: In X11("foo") : unable to open connection to X11 display 'foo' > So it only seems to be after a *successful* X11() call it that it crashes R. Can't find anything in latest changes that refer to fixing this. My system is Ubuntu 7.10 with R 2....
2023 Jan 16
1
Printing special characters
...t;> commented, minimal, self-contained, reproducible code. >> > Hello, > I had no problems with > X11() > plot(1,1, pch = "") > text(1, 1, "EVENT ? 30 sec") > #dev.off() Yes, for me too. X11() *is* by default the "X11cairo" device and that works, the same as the "Cairo PDF" device that Jeff mentioned above. Indeed, cairo_pdf("utf8-ex.pdf") # works nicely whereas pdf("utf8-ex.pdf") does not {for me, with default font families etc}, but rather shows the "..." instead....
2008 Nov 16
1
Fw: alpha transparency crashes R
...ollowing code (supplied by Deepayan Sarkar) using base graphics does not crash R, even with n=100000... pdf() n = 1000 plot(rnorm(n), rnorm(n), col = rgb(0, 0, 0, alpha = runif(n)), pch = 16) dev.off() The error trace from the above alphaBomb.r() code is... R> alphaBomb.r(100) #this is fine X11cairo 2 R> alphaBomb.r(1000,F) #also fine R> alphaBomb.r(1000) *** glibc detected *** /usr/lib64/R/bin/exec/R: double free or corruption (!prev): 0x00000000032c1d90 *** ======= Backtrace: ========= /lib64/libc.so.6[0x3ee8c72832] /lib64/libc.so.6(cfree+0x8c)[0x3ee8c75f2c] /usr/lib64/R/libra...
2015 Jan 11
0
Shouldn't grDevices::quartz() give an error instead of a warning when not available?
...("Should this have generated an error instead?\n") Warning message: In quartz() : Quartz device is not available on this platform Should this have generated an error instead? to: > x11() Error in .External2(C_X11, d$display, d$width, d$height, d$pointsize, : unable to start device X11cairo In addition: Warning message: In x11() : unable to open connection to X11 display '' Wouldn't it make sense that a failed call to quartz() would give an error instead? > sessionInfo() R Under development (unstable) (2015-01-09 r67397) Platform: x86_64-unknown-linux-gnu (64-bit) lo...
2015 May 06
0
capabilities("X11"): Force refresh from within R? (... and minor documentation issue)
...OUND: If I launch R with X11 server disabled (e.g. ssh -X / ssh -Y to remote Linux but forgot to enable Xming on local Windows), then I get: > capabilities("X11") X11 FALSE > x11() Error in .External2(C_X11, d$display, d$width, d$height, d$pointsize, : unable to start device X11cairo In addition: Warning message: In x11() : unable to open connection to X11 display '' So far so good. However, if I then enable the X11 server (e.g. start Xming on Windows), I still get: > capabilities("X11") X11 FALSE but > x11() successfully opens an X11 plot window...
2008 Oct 06
0
Error in X11
Hello everyone, I'm trying to plot a graphic in Linux, when I type X11() then I have an error which is the next: Error in X11(d$display, d$width, d$height, d$pointsize, d$gamma, d$colortype,? : ?unable to start device X11cairo ? Why?, what I must do to fix it?. Thanks so much ? Carlos
2008 Aug 27
1
Basic question about X11()
...tc. I want to open a X11() window in another desktop than the one I'm working from. I tried to do this by using: X11(display="Desktop 1"); However, this results in an error: 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(display = "Desktop 1") : unable to open connection to X11 display 'Desktop 1' If I make a window with just x11() and than move the window manually to another desktop, It works fine, i.e. I can draw a plot in that window. I am probably just...
2009 Feb 20
0
X11 fails to open (PR#13543)
...X 10.4.1 Submission from: (NULL) (24.199.155.61) I am running R under X11 on the MAC OS X 10.4.11 and have been having problems with X11 graphics since upgrading to 2.8.+ > plot(1:10) Error in X11(d$display, d$width, d$height, d$pointsize, d$gamma, d$colortype, : unable to start device X11cairo In addition: Warning messages: 1: In function (display = "", width, height, pointsize, gamma, bg, : X11 protocol error: BadValue (integer parameter out of range for operation) 2: In function (display = "", width, height, pointsize, gamma, bg, : cairo error 'out of memo...
2023 Jan 16
1
Printing special characters
?s 08:31 de 16/01/2023, Jeff Newmiller escreveu: > Use the Cairo PDF device? > > On January 16, 2023 12:18:48 AM PST, Dennis Fisher <fisher at plessthan.com> wrote: >> R 4.2.2 >> OS X >> >> Colleagues >> >> A file that I have read includes strings like this: >> "EVENT ? 30 sec" >> When I include the string in a graphic
2013 Sep 24
1
recordPlot() on non-interactive graphics device?
Hi. Q. Is there a way to record a plot using grDevices::recordPlot() without opening an interactive (=visible GUI window) graphics device (not even for a flash of a second)? Related: help("recordPlot", package="grDevices") says: "These functions record and replay the displaylist of the current graphics device." Is the intention that recordPlot() should be able to
2012 Jan 21
3
semi-transparency not supported in devel R? "alpha" cannot be specified in qplot()
Hi dear all, In my laptop(ubuntu 11.10 64bit), I maintained a released R (2.14) and a developmental R, I can specify qplot(..., alpha = ) in R 2.14 , but when I try to use transparency in developmental R, I got a warning message and the plot is clearly not I want. minimal example: > qplot(data = mtcars, x = mpg, y = cyl, alpha = cyl) Warning message: In grid.Call.graphics(L_points, x$x, x$y,
2012 Jan 21
3
semi-transparency not supported in devel R? "alpha" cannot be specified in qplot()
Hi dear all, In my laptop(ubuntu 11.10 64bit), I maintained a released R (2.14) and a developmental R, I can specify qplot(..., alpha = ) in R 2.14 , but when I try to use transparency in developmental R, I got a warning message and the plot is clearly not I want. minimal example: > qplot(data = mtcars, x = mpg, y = cyl, alpha = cyl) Warning message: In grid.Call.graphics(L_points, x$x, x$y,