我有一个包含该字符的图例,但Δ
我无法制作出版质量的 EPS 图。PNG 和 TIFF 运行良好。这是一个错误吗?有什么快速的解决方法吗?
我在 Ubuntu Linux 64 位,运行 64 位 R 3.0.2
setEPS()
postscript("Figure 1.eps", horizontal = FALSE, onefile = FALSE, paper = "special")
plot(1,1)
legend("topleft", c("ΔValue"))
dev.off()
png("Figure 1.png")
plot(1,1)
legend("topleft", c("ΔValue"))
dev.off()