Displaying 2 results from an estimated 2 matches for "indegdistr".
2009 Sep 04
3
eps file with embedded font
...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",
fontpaths="System/Library/Fonts")
the problem is that the second file, with font embedded, is cutted
near the end, and the very last part of the plots and the border are
off the page...
I use R 2.8.1 on a Mac OSX
any help more than welc...
2009 Sep 11
3
For sending my R package as part of R-project
...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",
>>>> fontpaths="System/Library/Fonts")
>>> I think Simone intended to use a different filename here, probably
>>>
>>> embedFonts(file="ranking-exp-all.eps",
>>>...