gpt4 book ai didi

r - 当我将 R 图保存为 pdf 时,轴文本 "℃"变成了点 "..."。为什么?我使用的是 Windows 平台和 Foxit 阅读器

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

当我将 R 图保存为 pdf 时,轴文本“℃”变成了点“...”。为什么?
我正在使用 Windows 平台和 Foxit 阅读器。
特定符号不能出现在pdf文件中吗?

最佳答案

使用 ?plotmath ;与嵌入字体相比,它通常更便于携带,也更省事。例如

plot(1:10, ylab = expression(DBR ~ Tavg ~ (degree*C))

enter image description here

或者
plot(1:10, ylab = expression("DBR Tavg" ~ (degree*C))
*运算符将两个参数并置,同时 ~将它们隔开。

关于r - 当我将 R 图保存为 pdf 时,轴文本 "℃"变成了点 "..."。为什么?我使用的是 Windows 平台和 Foxit 阅读器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16546972/

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