仅在ggplot pdf中有不需要的剩余边框

时间:2013-11-06 10:54:13

标签: r pdf ggplot2

下面的代码在窗口和png文件中生成正确的图。但是,在Windows 7下使用Acrobat 9 Pro查看时的pdf输出中,存在奇怪的剩余边界;这些不适合苏门答腊观众。

Borders in pdf plot

library(ggplot2)
pdf("hist.pdf")
qplot(carat,data=diamonds,geom="histogram",binwidth=0.2,fill=carat>=1)
dev.off()



R version 3.0.2 (2013-09-25)
Platform: i386-w64-mingw32/i386 (32-bit)

locale:
[1] LC_COLLATE=German_Germany.1252  LC_CTYPE=German_Germany.1252    LC_MONETARY=German_Germany.1252
[4] LC_NUMERIC=C                    LC_TIME=German_Germany.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] ggplot2_0.9.3.1

2 个答案:

答案 0 :(得分:1)

我想说这是Adobe制作的渲染工件。如果您可以发布文件的链接,我可以为您提供有关该问题的更多详细信息。

答案 1 :(得分:0)

这似乎是Adobe Pro 9.0的渲染问题。我再次尝试使用Adobe Reader 11,它没有任何问题。