ggplot2 pdf import in Adobe Illustrator missing font AdobePiStd

后端 未结 9 2037
执念已碎
执念已碎 2020-12-07 13:47

I created several simple ggplot2 plots and saved them to PDF files using the following commands:

p <- ggplot(plotobject, aes(x=Pos, y=Pval),res=300)
ggsav         


        
9条回答
  •  独厮守ぢ
    2020-12-07 14:36

    You can download the font AdobePiStd - just Google it, download and install. After you reboot, the font should display correctly. You can then use the 'Find Font ...' utility within Illustrator to change it if you wish.

提交回复
热议问题