zoukankan      html  css  js  c++  java
  • ggplot2 pdf import in Adobe Illustrator missing font AdobePiStd

    The font AdobePiStd is missing. Affected text will be displayed using a substitute font.

    缺少字体 AdobePiStd。将使用替换字体显示受影响的文本。

    . I solved this by copying the font file /Library/Application Support/Adobe/PDFL/8.0/Fonts/AdobePiStd.otf from my mac to my colleague's Win7 machine (drag onto font control panel to install).

    Thats actually the best and most convenient way to solve this, thank a lot! I found the font on my machine in C:Program Files (x86)AdobeAcrobat 10.0ResourceFont, as I have bought the student version of the Adobe Creative Suite with Acrobat X Pro included. I just copied the font to the windows fonts directory, and now I can load the plots without any complaints!

    On Mac OS X 10.8.2, simply copying AdobePiStd.otf from /Library/Application Support/Adobe/PDFL/10.9/Fonts/AdobePiStd.otf to /Library/Fonts/ resolved the issue for all subsequent PDFs.

    Some times I want to modify the pdf file which produced by R with
    illustrator. But when I use Illustrator open the pdf file, it often
    makes the pdf some little changed.

    pdf() is worse than savePlot and postscript() does the same with what
    I've tried. When I say "better" or "worse", I mean in terms of
    "dissociation potential" (I'm not sure it means anything, but my problem
    was to dissociate the graphical elements to be able to edit them
    separately).
    What worked perfectly (up to now) are SVG files, from the devSVG
    function in the RSvgDevice package.

    ggplot2 handles all of these requirements. I highly recommend using it for
    composite figures. Try the grid.arrange() and arrangeGrob in the
    'gridExtra' package in addition to ggplot2.

    ref:

    http://stackoverflow.com/questions/9992275/ggplot2-pdf-import-in-adobe-illustrator-missing-font-adobepistd

    ggplot2 pdf import in Adobe Illustrator missing font AdobePiStd

  • 相关阅读:
    763. 划分字母区间(贪心算法)
    1282. 用户分组(贪心算法)
    698. 划分为k个相等的子集
    560. 和为K的子数组
    面试题 16.10. 生存人数
    Python:对列表进行排序并相应地更改另一个列表?
    数据竞赛总结
    面试提问之请你介绍一下xxx方法
    常用数学符号读法
    round() 函数
  • 原文地址:https://www.cnblogs.com/emanlee/p/3518117.html
Copyright © 2011-2022 走看看