similar to: quartz() on MAC OSX

Displaying 20 results from an estimated 5000 matches similar to: "quartz() on MAC OSX"

2012 Oct 22
1
quartz.save of the FAQ (Mac)
Hi, In the FAQ for Mac http://cran.r-project.org/bin/macosx/RMacOSX-FAQ.html there is 7.2 Saving the image You can can (???) the content of the quartz device window into a PDF file. This is not explained! This is a very simple way to export high quality graphics from R into other applications on Mac OS X graphics is PDF based (so are almost all applications available). However, this process
2013 Jan 25
2
Saving or copying graphics from Quartz returns empty file
Hi, I need some help figuring out how to save or copy graphs I've created in the Quartz screen. I'm using a Mac, Mountain Lion OS, and have version 2.15.2. When I save a graphic, the process either crashes R, or if it saves the file, when I open it, it is a blank file or I get an error message that says "The file Rplot.pdf could not be opened." When I try to copy the graphic
2013 May 16
1
setTimeLimit sometimes fails to terminate idle call in R
I would like to use setTimeLimit to abort operations that are stuck waiting (idle) after n seconds. Below a toy example in which Sys.sleep is a placeholder call that is idle: testlimit <- function(){ setTimeLimit(elapsed=3, transient=TRUE); Sys.sleep(10); } system.time(testlimit()); However this is giving inconsistent results. On windows and in r-studio server (linux) the call is
2013 Feb 21
4
Quartz
Hola, Por favor, alguien que use MacOS, ¿podría hacerme un favor?: se trata de lanzar este código que indico a continuación: quartz(title="Ventada de prueba", width=8.27, height=11.69, dpi=85) plot(1:10) Observación: me refiero a lanzarlo desde el Rgui (no desde RStudio). Luego se trataría de guardar como pdf desde el menú, y enviarme ese pdf. Necesito comprobar que queda en
2010 Nov 23
2
Lattice and Quartz
I ran this script in a source file on my Mac: library(lattice) year <- 1900:2000 dollars <- (year-1899)^2 plot(year,dollars) quartz("year") histogram(~dollars) The first plot appears in Quartz 2. The second quartz window, named year, opens but the histogram doesn't appear. However, when I copy and paste this script directly into the R console, both quartz windows (Quartz 2
2008 May 12
2
Fonts in Quartz Devices
Hi, I'm new to R. I'm using a Mac OS X 10.5 and R 2.7.0. I'm trying to change the font family for a plot in a quartz device. Simply passing the desired font by using the family argument works with other devices, but not with quartz. Am I missing anything? I've already checked the docs for quartz and quartzFonts, but didn't find a solution. Any help much appreciated.
2010 Jan 28
1
quartz() and dpi
Hello all, I am using quartz (on OS X obviously) to produce PDFs and PNGs from my plots, for later inclusion in LaTeX. I am typically using something like: plot(0) dev.print(quartz, file="foo.pdf", width=5, height=3) dev.print(quartz, file="foo.png", width=5, height=3, dpi=72) I want the sizes of the PDF and PNG to be *equal* in *inches*, which works with dpi=72. However,
2008 Mar 18
1
Saving Chinese text in Quartz
I encountered a problem that I don't know where to or how to solve this. I can put Chinese text to a Quartz window. There is no problem to show the correct Chinese text string. However, when this Quartz window is saved, and open by Acrobat or Acrobat Reader, the Chinese text will become ........ In order to show/preserve my Chinese text in Quartz window, do I have to set up some parameters?
2004 Sep 12
2
can't get the quartz window to the background
Dear List, I have switched from Linux to OS X, and I find the R interface there really nice. I am using Emacs+ESS, and the quartz device. My only problem is that 1. I can't move the quartz window, whenever I go above it I see a spinning rainbow circle (AFAIK that means "I am busy" or "can't touch me" in OS X) 2. Once something gets in front of it, I cannot
2009 Jun 03
2
Problems with plot and Quartz device (PR#13744)
Full_Name: Thomas Richardson Version: R 2.9.0 GUI 1.28 Tiger build 32-bit (5395) OS: 10.4.11 Submission from: (NULL) (216.254.15.72) I have encountered a problem with points in scatterplots disappearing in a quartz window when it is re-sized (to make it larger). I am constructing an 8x12 matrix of scatterplots each containing approx 600 points. In order to get them in the window I remove the
2002 Nov 10
2
Quartz.dll
Hi. I'm trying to run ActiveWorlds Browser under Wine, I'm getting errors with Quartz.dll can anyone help me please. Bob Wilkinson.
2008 Jun 16
1
x labels out of Quartz canvas
Hi R world, I am such a newbie, with only 4-5 days of R experience. I did a search in forum history but couldn't find a solution to my problem... Sorry if it's obvious: I managed to draw a barplot (yey!) with xlabels of 'long' names (filenames, to be particular). To make them readable, I place them perpendicular to the axis (las=2). When I do that, however, these names don't
2008 Oct 02
1
quartz device (PR#13115)
Dear, The quartz device doesn't work in R version 2.7.2 (2008-08-25), on my MacBook Pro. For example, when I just type 'demo(graphics)', the quartz window stays empty and the clockwise time indicator keeps on running in the R window. What should I do to fix this bug? Thanks in advance, Vanessa
2007 Mar 19
2
Native Quartz Video Driver
Hi, i trying to run wine within OS X (10.4.8) with XDarwin. Bad i have the following problem. I've been able to run some games/apps but the display is very sluggish und far away from smooth. With Crossover the display is very smooth. I think the cause of this is the way over X11. So i wanted to know if there is an Quartz Driver for wine?
2009 Jan 14
1
quartz options not permanent
Hi all, I use a mac and was trying to reset my quartz options. However, every time I restart R, the options are gone and I have to type them again. Any idea as to what's going wrong? Thanks, Premal
2010 Jun 22
1
Warped Text in mtext in a Quartz-Window
Hello, With one procedure, I get a strangely warped text in the mtext-area of a quartz-window, while with an other the text comes out OK - see attached PDF. (Number of Trials is the x-Axis label, which always comes out OK) -------------- next part -------------- A non-text attachment was scrubbed... Name: Warped Text.pdf Type: application/pdf Size: 24420 bytes Desc: not available URL:
2002 Nov 08
1
Mac specific - quartz leads to crash (PR#2276)
Full_Name: Martin Renner Version: 1.6.0 OS: MacOS X 10.2.1 Submission from: (NULL) (134.153.109.176) Opening a new graphics device with quartz () produces a quartz window but it cannot be resized, there's no red close-button and R usually crashes within the next 20 seconds (unexpectedly quit). Also, I can't copy this window (copy does not do anything, old clipboard is not replaced).
2008 Apr 06
1
[R-SIG-Mac] sizing of quartz
Those are good news. Prof Brian Ripley wrote: > You didn't tell us the version of R. quartz() is different in 2.7.0 > alpha, and there the function arguments do work (and the size is > really as advertised and not at a notional 72dpi). In fact, it is a > much more standard device and interface, so less to learn. > I assumed that > version provides most of the
2008 May 24
1
gray grid on quartz()
Hello everybody. Recently I update from R6.3 to R7.0 on Mac OS X, and an ugly gray grid appear when I use the function image() or pdf() What I am doing wrong? Thank's for your help, ?ngel.
2006 Mar 24
2
MacOS X Quartz Rendering?
I just tried rendering a plot of 166 data point (time series) on my PPC mac, and compared it with the same data rendered by Mathematica. The R plotting is very slow to paint and repaint, compared to Mathematica. This also makes it extremely awkward to use in other documentation such as pdfLatex. On closer inspection, it looks like the Mathematica plot is just a polyline, while in R it is a