[R] symbols duplicated in plot output
Dieter Menne
dieter.menne at menne-biomed.de
Tue Jun 30 08:40:31 CEST 2009
baptiste auguie-5 wrote:
>
>
> pdf()
> plot(1, xlab=expression(mu))
> dev.off()
>
> If I open this pdf in Illustrator CS4, there are two "mu" on top of each
> other, giving it a somewhat bold aspect. Other characters not from the
> symbol font are just output in one version. I'm guessing this may be very
> much dependent on my config, which is,
>
> sessionInfo()
> R version 2.9.0 (2009-04-17)
> i386-apple-darwin9.6.0
>
I was able to reproduce this on Windows. When you open the file with
notepad, you will notice duplicate lines just above the endstream:
BT
0.000 0.000 0.000 rg
/F6 1 Tf 12.00 0.00 -0.00 12.00 262.94 18.52 Tm (m) Tj
ET
When you remove these, problem is gone. I would consider this a bug, but do
not dare to call it one.
Dieter
R version 2.9.0 (2009-04-17)
i386-pc-mingw32
locale:
LC_COLLATE=German_Germany.1252;LC_CTYPE=German_Germany.1252;LC_MONETARY=German_Germany.1252;LC_NUMERIC=C;LC_TIME=German_Germany.1252
attached base packages:
[1] stats graphics grDevices datasets utils methods base
loaded via a namespace (and not attached):
[1] tools_2.9.0
>
--
View this message in context: http://www.nabble.com/symbols-duplicated-in-plot-output-tp24259424p24266887.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list