Displaying 20 results from an estimated 6000 matches similar to: "Quartz doesn't display x-axis properly until a window resize (PR#11368)"
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
2009 Aug 17
1
image() generates many border lines in pdf, not on screen (quartz) - R 2.9.1 GUI 1.28 Tiger build 32-bit (5444) - OS X 10.5.8
Dear all,
I have invested substantial amount of work in a complicated, yet on
screen perfect looking graph that uses image(). Unfortunately saving it
as pdf (or quartz.save at high resolution) all generate very disturbing
border lines around each small rectangle that image() has drawn. While
using Preview it helps to turn off antialiasing to make those faint
lines disappear on screen
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
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 Apr 15
0
Small memory leak in plot on OS X (PR#11170)
Full_Name: Arnaud Bergeron
Version: 2.6.2
OS: Mac OS X 10.5.2
Submission from: (NULL) (69.157.224.197)
When I run the following loop
repeat { plot(seq(5), seq(5)) }
the memory consumed by the process goes up by a small amout each time. I tried
this with the quartz() and pdf() output devices. Only a single output device is
created by the process and is repeatedly overwritten by plot().
Also
2008 May 20
1
quartz identify bug (PR#11491)
Full_Name: olivier
Version: 2.7.0
OS: mac os 10.5.2
Submission from: (NULL) (62.39.72.218)
Identify function does not work properly.
Esc button does not stop the process and R crashes. On qqplots graphic,
identify() does not find any points.
It is a serious problem, I can't identify points without crashing R now.
PS : Identify does not work on multiple graphics (par(mfrow=c(2,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.
2008 Jun 27
2
plot(type="l") disjoint between 100 and 101st datapoint
Dear All:
We have been experiencing networking issues so I don't know if this
got through; I can't see it in the archive. My sincere apologies if
this appears twice.
I may have found an unusual bug and am posting here to see if anyone
can reproduce it on their system. First of all, sessionInfo():
> sessionInfo()
R version 2.7.1 (2008-06-23)
i386-apple-darwin8.10.1
locale:
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
2018 May 29
1
Quartz graphic device can be extremely slow in some cases
Hello,
We?re receiving reports of extremely slow rendering by users who are using the new geom_sf() feature in ggplot2. Importantly, this seems to be a graphics device issue, because the exact same plot takes vastly different amounts of time to render under different devices. We?re talking about 2 seconds vs. 100 seconds here, so not a small effect.
In particular, the quartz device on OS X seems
2002 Aug 10
0
new quartz dll
> On Fri, 9 Aug 2002, Mark Hannessen wrote:
> He there !!
>
> i just found out that transgaming has a new "quartz dll" in there CVS.
> it apears to use ffmpeg libavcodec.
>
> the good news:
> libavcodec is LGPL !!!
>
> so there is a good chance that the entire quartz dll is going to be LGPL
> Going to be? It has been for a while already... from the
2002 May 14
0
Quartz device for Darwin R (MacOS X)
This announce is for Mac R developers mostly.
I have just updated the R-devel repository with a brand new quartz()
device.
This will allow the Darwin build of R to display graphics without the
need of X11.
The device is in its first release so it is needed more feedback as
possible to let it become the true natural graphics device of Darwin R.
You should try to build R from the R-devel
2015 Jan 11
0
Shouldn't grDevices::quartz() give an error instead of a warning when not available?
Compare:
> quartz(); cat("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
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 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?
2007 Nov 25
0
cannot 'register' quartz.dll
All, the system is Fedora 7 and wine .49. I am trying to install
klcodec345. The howto has a prerequisite of quartz.dll. The howto
directions are: regsvr32 "C:\windows\system32\quartz.dll". The outcome
is: Failed to register DLL C:\windows\system32\quartz.dll. How can this
dll be registered? Thanks - Dan
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
2008 Jun 13
1
overlaid transparent histograms
Hello all--
I'm attempting to produce overlaid histograms with partially transparent
columns. Whether this display will end up being useful, I can't say.
But I do want to get it right.
I've already got one solution (shown below), but I tried some other
versions and had questions about my results. (Note: I'm using a quartz
device, so transparency shows up correctly. You might
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
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