下面的代码在窗口和 png 文件中生成正确的绘图。但是,在 Windows 7 下使用 Acrobat 9 Pro 查看的 pdf-output 中,有奇怪的残留边框;这些不会出现在 Sumatra 查看器中。
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