Displaying 20 results from an estimated 2000 matches similar to: "R bug or ghostscript bug or my bug?"
2003 Oct 08
4
Unpredictable EPS->PDF rotation (PR#4460)
Dear r-bugs,
When I create EPS files, they sometimes appear rotated in my LaTeX PDF
document and sometimes they don't. Two examples:
## x1.eps is not rotated in LaTeX
x <- seq(-1, 1, length=100)
postscript("c:/x1.eps", height=3, width=4,
horizontal=FALSE, onefile=FALSE, paper="special")
plot(x, dnorm(x), type="l")
dev.off()
## x2.eps is not
2008 May 18
3
R 2.70 + ps2pdf14
dear R graphics experts---if anyone is running the combination of R
2.7.0 and ghostscript (2.62), could you please run the following and
let me know if you get the same strange symbol size that I do, or if
there is something weird on my system? regards, /ivo
pdf(file = "testhere.PDF", version="1.4", pointsize=14);
plot(0, xlim=c(0,26), ylim=c(-1,4.5), type="n"
2004 Apr 03
2
a fix for rotated PDF graphs
Hi,
I have found references for the following problem in the list
archives, but no nice solution. So I decided to post one I came up
with.
The problem is that graphs output as eps files, for example using
ps.options(onefile=FALSE, paper="special", width=8, height=8,
horizontal=FALSE, pointsize=12)
get rotated when I convert them to pdf using epstopdf. Both ghostview
and
2005 Aug 22
2
pdf font embedding --- again
dear R wizards--- I would like to do some book-on-demand printing at a
popular printer named lulu, but lulu requires inclusion even of the
basic postscript fonts. Interestingly, my book itself does not need
the 14 base acrobat fonts, only the embedded R figures do. Of course,
I really would like to get pdftex to embed the fonts, but how to do
this is not obvious either. [This method seems
2006 Oct 10
3
eps embedded fonts again
Dear friends,
I am sorry, I again rise that boring question about font embedding in
EPS figure.
I found some discussions on this topic but there were no strait solution.
The publisher (AIP) demands submission of separate EPS file
for each figure with all fonts embedded in it (even the standard
14 Adobe fonts).
As I understand the R does not do this embedding. It inserts only
comments what font
2001 Sep 13
3
OT: ps -> eps -> MS Word
I've created a bunch of postscript trees (post.rpart), which I subsequently
edit in Adobe Acrobat 4.05 (I need additional labelling that isn't easy to
add with R). After editing the labels and annotations using Acrobat, I
then export the file to Adobe's .eps format so I can insert the picture
into a Microsoft Word 2000 document. The .pdf file distilled from the .ps
file is
2009 Jan 22
15
OT? File order on CentOS/Samba server
I hope someone familiar with the way Linux processes files can enlighten
me on the following:
I recently replaced an old Windows 2000 server with a new machine
running CentOS 5.2. It uses Samba 3.2.7 to serve a network of Windows XP
clients.
We are a newspaper. We use Acrobat Distiller to batch-convert a folder
of single-page PostScript files (for print) to a multipage PDF file (for
2009 Jan 22
15
OT? File order on CentOS/Samba server
I hope someone familiar with the way Linux processes files can enlighten
me on the following:
I recently replaced an old Windows 2000 server with a new machine
running CentOS 5.2. It uses Samba 3.2.7 to serve a network of Windows XP
clients.
We are a newspaper. We use Acrobat Distiller to batch-convert a folder
of single-page PostScript files (for print) to a multipage PDF file (for
2011 Sep 14
0
pdf font example
Dear R Users---
[Because I struggled with this for a while, I decided to post it into
r-help for the benefit of others, where google search will pick it up.
thanks to everyone who made these facilities available.]
The task is to use your own opentype otf fonts in an R-created pdf
file using the pdf device (not with the [excellent] CairoPDF device,
if only because it does not have colorspace
2005 Dec 04
1
font inclusions in pdf files
I am stumbling into external font issues here and there. I presume using
external lucida fonts is fairly rare, so I am more likely to stumble onto
issues here. (of course, I often think I have stumbled onto bugs/features
that are not.) So, I hope I am not imposing by reporting the following.
[1] can R please not include fonts that it is not using?
luafmfiles <-
2003 Mar 28
8
Printing with CUPS and PDF
Trying to get one Samba server to serve several printers through CUPS
and host a virtual PDF "printer" at the same time. I've gotten them
working separately, but not together, and I think I know why.
In the smb.conf man page under "print command":
"With printing = cups, and if SAMBA is compiled against libcups, any
manually set print command will be ignored."
2003 May 30
12
pdf printer
Hi,
I created a PDFPrinter as per
http://marc.theaimsgroup.com/?l=samba&m=105301236523413&w=2
I have another question, do I need to add a Color Laser Printer Driver in
W2K to the PDF share to generate color PDF in Windows?
Regards,
Norman
2000 Nov 30
1
Landscape problems with ps2pdf
R Users,
I have created a multipage PostScript file using the postscript() function
with horizontal = TRUE to produce my plots in landscape. I intended to
convert that entire file to PDF using ps2pdf to have the plots available for
a presentation. Unfortunately, the resulting PDF document is rotated -90
degrees.
I have found dozens of references to this kind of problem with ps2pdf
online, but
2000 Jul 27
1
problem using ts after tapply
here is a distillation of a problem encountered in transfering some
working code from R-0.63 to R-1.1.0
a1 <- 1:10
b1 <- tapply(a1,a1, sum)
c1 <- ts(b1)
c1
Error in if (NCOL(x) == 1) { : missing value where logical needed
note that the error is returned as the value of calling ts() and is not
automatically displayed
problem seems to be that
is.array(b1) returns TRUE
yet dim(b1)
2010 Jun 02
5
Programmatically counting RSpec tests?
If I have an object `obj` that is a SpecTask, and subsequently invoke
it, is there a way to programmatically determine the number of tests
that were successful, failed, and pending as a result of running that
SpecTask?
--
John Feminella
Principal Consultant, Distilled Brilliance
2016 Jul 29
2
Fwd: Good installation documentation on samba4?
The OS I'm using is Ubuntu 16.04. The previous OS I was working with was
Ubuntu 14.04. The krb issue I had was that the kdc server
" RuntimeError: kinit for DOMAINCONTROLLER$@SAMDOM.EXAMPLE.COM failed
(Cannot contact any KDC for requested realm)".
The modified krb5.conf file I distilled out of information on the internet
helped to create a working version.
When comparing the
2006 Jun 20
2
NLME: using the layout option with the plot command
Hi
This is the 2nd time I am posting this question as I never got a reply the
1st time round - apologies to anybody who might take offense at this but I
dont know what else to do.
I am struggling to split up the plots of the grouped objects in nlme in a
usable way. The standard plot command generates plots for each group on a
single page. When there are many groups however this does not look
2008 May 30
1
[ win32utils-Bugs-20455 ] win32-open3: crashes after 170 popen3 operations
Bugs item #20455, was opened at 2008-05-30 16:54
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=20455&group_id=85
Category: None
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: win32-open3: crashes after 170 popen3 operations
Initial Comment:
OS: XP w/SP2
C:\Documents and
2008 May 17
1
Scope Confusion - Controller iVars in Modules
I''ve created a module to include in a Controller. Basically it works,
but I am expecting methods in the module to have access to instance
variables from the controller, and that appears to not be the case.
Yet, a simple Ruby example says it should be. I''m not sure what''s
different.
Simple Example:
module ShapeStuff
def set_type
@type =
2003 Sep 02
1
Matrix of Hardware in use by Asterisk Community
Hello John
Is there any Matrix available about the hardware configuration
people are using. Please refer to one of your reply below in the
month of June 03.
Thanks,
Tarun
/**************************************************/
ithin a few days, I'll have a matrix out to the list with some
hardware profiles of various machines that people are using. It
won't be a chart of "what do