[R] eps file

2010-09-23 Thread KAYIS Seyit Ali
Dear All,   I need to create eps file which is the required figure format  of the journal that I want to submit a paper. I am able to create files in pdf or wmf format but not in eps format. Is there a way to convert pdf or wmf to eps? or alternatively, how can I create an eps file in R?  

Re: [R] eps file

2010-09-23 Thread Rainer Stuetz
On Thu, Sep 23, 2010 at 8:05 AM, KAYIS Seyit Ali s_a_ka...@yahoo.com wrote: I need to create eps file which is the required figure format of the journal that I want to submit a paper. I am able to create files in pdf or wmf format but not in eps format. Is there a way to convert pdf or wmf to

Re: [R] eps file with embedded font

2009-09-10 Thread Paul Murrell
Hi My suggested code had dropped the ... format=epswrite ... and if you put that back, then the /setpagesize command is removed. Does that improve things in your test cases? Paul Ted Harding wrote: Thanks, Paul. In fact I had been hoping to lure you to the surface, from the 12740-km

Re: [R] eps file with embedded font

2009-09-09 Thread simone gabbriellini
Hi Paul, I've tried your solutions and it works great... still my eps viewer (CocoViewX) doesn't visualize them well, but the pdf converter (I use mac, the Finder does this conversion automagically) visualize all the images correctly thank you very much for your help! simone Il giorno

Re: [R] eps file with embedded font

2009-09-09 Thread Ted Harding
Thanks, Paul. In fact I had been hoping to lure you to the surface, from the 12740-km ocean depths which you inhabit, during our hours of darkness! Your suggested modification of the options in the embedFonts command indeed produces an EPS file which displays without clipping. However, when

Re: [R] eps file with embedded font

2009-09-08 Thread Paul Murrell
Hi Thanks for the further analysis on this Ted. I think the problem is that, with such a wide plot, you are running into the default paper size. If you look at the EPS produced by ghostscript, you will see a line like this ... 612 792 /letter setpagesize ... and notice that the value 612

Re: [R] eps file with embedded font

2009-09-06 Thread Ted Harding
I am going back to Simone's original query (though this will split the thread) because subsequent replies did not include his original. Some comments interspersed below; the main response at the end. I have had some private correspondence with Simone, who sent me two of his files that exhibit the

[R] eps file with embedded font

2009-09-04 Thread Simone Gabbriellini
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,

Re: [R] eps file with embedded font

2009-09-04 Thread Simone Gabbriellini
thanks Jonathan, I was wondering about the difference between your second option and the Ted one: isn't it the same thing? regards, Simone 2009/9/4 Jonathan Baron ba...@psych.upenn.edu: A couple of other ideas about embedding fonts and setting bounding boxes.  These all work on Linux, so in

Re: [R] eps file with embedded font

2009-09-04 Thread Simone Gabbriellini
Thank for the help, unfortunately it doesn't work... it looks impossible to embed fonts... cairo should do this automatically but not for eps files at the moment... really don't know how to solve it. best regards, Simone 2009/9/4 Ted Harding ted.hard...@manchester.ac.uk: On 04-Sep-09 14:01:44,

Re: [R] eps file with embedded font

2009-09-04 Thread Jonathan Baron
A couple of other ideas about embedding fonts and setting bounding boxes. These all work on Linux, so in theory they should also work on OS X, although I have no idea how. 1. For setting bounding boxes, you can use gv, which is a PostScript viewer. As you move the pointer around, you can see