similar to: pdf device bounding box?

Displaying 20 results from an estimated 4000 matches similar to: "pdf device bounding box?"

2006 Feb 28
3
Bounding Box in pdf files
This is probably a faq but I have not been able to find a solution. I create a pdf file in R but latex complains that it can't find the bounding box. Here is an example: > pdf(file="test.pdf", onefile=FALSE, width=8,height=8) > plot(1:10) > dev.off() X11 2 > sessionInfo() R version 2.2.1, 2005-12-20, sparc-sun-solaris2.9 attached base packages: [1]
2006 Jul 10
1
Unexpected difference in Bounding Box of PDF graphics between (PR#9072)
huber at ebi.ac.uk wrote: > Full_Name: Wolfgang Huber > Version: R version 2.4.0 Under development (unstable) (2006-07-09 r38523) > OS: i686-pc-linux-gnu > Submission from: (NULL) (62.253.128.15) > > > There appears to be unintentional behaviour in the size of the bounding box for > PDF graphics produced with the current R2.4, compared to 2.3.1. I posted two PDF >
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
2010 Mar 10
1
pie EPS BB
Greetings all! I'm facing a puzzle I have not been able to solve. I need to make an EPS of a pie-chart (Yes, I know; please don't bother to tell me! I just need to ...). I'm trying to do it with pie(), and I want to have just the plain pie-chart with no annotations. So far so good: "labels=rep(NA,...)" will do it. But I want to have it output to an EPS file with the
2008 Apr 16
1
Converting from encapsulated postscript to encapsulated pdf
I have several old encapsulated postscript graphics generated by R that I want to include in a LaTeX Beamer presentation so I want them in pdf. Under Ubuntu linux typing convert z.eps z.pdf (to use ImageMagick) results in a nice looking graphic but the bounding box is lost. Doing convert z.eps z.epdf results in a fuzzy image with a good bounding box. Does anyone have a nice solution?
2002 Feb 05
1
eps Portrait to pdf now rotated since gs6.5 --- why?
Hi list, this question has probably been answered but I haven't found a solution in the archives: The older ghostscript gs5.50 (debian,stable) deals well with R-plots: epstopdf yields pdfs with the same orientation as the eps-file. But, since gs6.5 (or earlier) the dimension of the plot is interpreted: if x-width exceeds y-width even a Portrait-eps is rotated to Landscape. A possible
2009 Oct 22
3
PDF too large, PNG bad quality
I wish to save a scatter plot comprising approx. 2 million points in order to include it in a LaTeX document. Using 'pdf(...)' produces a file of size about 20 MB, which is useless. Using 'cairo_pdf(...)' produces a smaller file, around 3 MB. This is still too large. Not only that the document will be too large, but also PDF viewers choke on this. Moreover, Cairo has problems
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
2011 Oct 17
1
Portrait and Lanscape PDF in the one document
People, I want to create a multi-page PDF doc and the pdf command works fine if I only use Portrait OR Landscape but how do I create a document that contains BOTH sorts of pages? Is it possible? - I couldn't find info about it. Thanks, Phil. -- Philip Rhoades GPO Box 3411 Sydney NSW 2001 Australia E-mail: phil at pricom.com.au
2009 Sep 04
3
eps file with embedded font
Dear list, I am trying to make eps file with embedded font. I use: postscript("ranking-exp-all.eps", horizontal=TRUE, onefile=FALSE, paper="special", height=8, width=12, family="Helvetica") # plot stuff dev.off() since R does not embed font, I then use: embedFonts(file="indegdistr.eps", outfile="indegdistrEMB.eps",
2002 Oct 30
4
PDF printer using ps2pdf ?
Hi, Is it possible to set up a printer in samba that will use ps2pdf converter to create pdf documents when printing on it ? Best Regards Steph
2000 Dec 29
1
dev.copy2eps: position of figure on page
The definition for dev.copy2eps contains the following line: oc$paper <- "special" The result of this is that the output will be placed in the left bottom corner of the page. Even though dev.copy2eps is meant for creating files that are to be included into other documents, you might want to print the figure directly, just to see how it will look on paper. (Of course, this will
2008 May 21
6
this.initialize has no properties error in Prototype Code
Hi All, I''m a super newbie with Prototype and am trying to implement my first solution using it. This is my code: var span = ''totalViews'' + video_id; var params = ''video_id='' + video_id; Ajax.Response(''trackVideo.php'', { method: ''post'', parameters: params, onSuccess: function(transport) {
2007 Nov 12
1
how to run a linux syntax within an R script?
Is it possible to run a linux syntax (i.e. like i was at a linux terminal) from an R code? Just one example: Let say that I have an R code with hist(rnorm(100)) dev.copy2eps(file="Dnormal.eps") and then within the same R code, i want to convert the file 'Dnormal.eps' to 'Dnormal.pdf'. This can be achieved using at the linux terminal %epstopdf Dnormal.eps but i do
2001 Jul 29
2
Trellis graphics and clipping
Hi again folks, I seem to have got the trellis (lattice + grid) business working basically OK, in that I can get my 5x5 array of histograms laid out as they should be. However, there is a behaviour I can't see my way round. Even when displayed in the R Graphics Window, there is some clipping (the extreme top, bottom, left and right edges are not there, so that labels, and parts of numerical
2002 Nov 08
1
pdf() and pdflatex
I am having good success in using pdf() to produce pdf graphics files for inclusion in documents processed by pdflatex [I'm using R 1.6.0 on Linux]. I am having one small problem consistently though, which I believe I also had with S-Plus's pdf.graph(): wasted space at the top of the graph which causes pdflatex to put the graph on a later page, when the current page has plenty of space.
2006 Feb 03
2
rgl install problem on Solaris 10 X86
Hi, Could you help me to install the rgl package on Solaris 10 x86? I tried and got the following error messages. When I compiled my R as 64bit, I used the SUN ProW compilers. However, gcc seems to being used below as well as missing some information. Thank you in advance, Dongseok > install.packages("rgl") --- Please select a CRAN mirror for use in this session --- *
2005 Jan 31
3
Special paper for postscript
Hi, All; When I generate a "special" paper postscript image larger than "a4" or "letter" using R, I can only see one-page portion of all image, of course. What will be the simple solution for this? Is there any way I can set the bounding box information on the image? Or any other suggestions? Thanks in advance; Tae-Hoon Chung
2007 Feb 28
1
On PostScript
I have been attempting to create a custom fax cover sheet for a hylafax web front end called avantfax. It requires as input an encapsulated postscript file conaining the glyph definitions and the text to be subsituted as strings having the form XXXX-to-variable or XXXX-from-variable. I have been trying to create a valid eps file using a varitiy of methods with no great succes. However, I ahve
1998 Apr 25
1
R-beta: postscript in R and R
I am creating postscript-graphics in R. When I import them into a LATEX document it is impossible to get the caption close to the figure. I run the same program in Splus, and no problem of getting the caption just below the figure. Another thing, the ps file that S created is only 10% of the size of the file that R created. What is wrong? Are there some parameters to be set? Helgi