gpt4 book ai didi

r - Adobe Illustrator 中的 ggplot2 pdf 导入缺少 Adob​​ePiStd 字体

转载 作者:行者123 更新时间:2023-12-03 06:04:13 25 4
gpt4 key购买 nike

我创建了几个简单的 ggplot2 绘图,并使用以下命令将它们保存为 PDF 文件:

p <- ggplot(plotobject, aes(x=Pos, y=Pval),res=300)
ggsave(plot=p,height=6,width=6,dpi=200, filename="~/example.pdf")

如果我现在在 Adob​​e Illustrator 中打开此 example.pdf,我会收到以下错误:

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

ggplot2 中有没有一种方法可以指定 Adob​​e 能够理解的字体(我认为这是用于点/点的),或者有没有办法让这种字体在 Adob​​e 中工作?

/编辑只是为了澄清,文本/标签/标题都很好,只是字体缺少点/edit2 我通过在 ggsave 中使用 EPS 输出得到了一个可行的解决方案,但仍然希望找到一种方法,也能够直接在 AI 中打开/导入 PDF 格式的 ggplot2 图

最佳答案

虽然更改 AI 使用的字体效果很好,但另一种方法是首先通过将参数“useDingbats”添加到 ggsave 命令中来限制 ggplot2 使用 Dingbats,例如:

ggsave(plot=p,height=6,width=6,dpi=200, filename="~/example.pdf", useDingbats=FALSE)

关于r - Adobe Illustrator 中的 ggplot2 pdf 导入缺少 Adob​​ePiStd 字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9992275/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com