以下代码将在PDF
文件中创建一个绘图
library(ggplot2)
ggplot(data=mtcars, aes(x=cyl, y=hp))+
geom_point() +
ggsave(filename="test1.pdf")
只有很少的字符,但只要不是曲线,它们就很脆弱。我想保留外观。
$ pdffonts test1.pdf
name type emb sub uni object ID
------------------------------------ ----------------- --- --- --- ---------
ZapfDingbats Type 1 no no no 10 0
Helvetica Type 1 no no no 11 0
如何将文本和符号转换为曲线?
running R 2.15 on debian squeeze