On Thu, Sep 23, 2010 at 8:05 AM, KAYIS Seyit Ali 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 eps? or alterna
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?
Any
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 oce
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 the
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
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 61
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
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 the
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 :
> A couple of other ideas about embedding fonts and setting bounding
> boxes. These all work on Linux, so in theory they should al
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 :
> On 04-Sep-09 14:01:44, Simone Gabbriellini wrote:
On 04-Sep-09 14:01:44, Simone Gabbriellini wrote:
> 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 no
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", outfil
12 matches
Mail list logo