Dear R-users

When trying to import graphics from an pdf-file to a Vector graphics editor
(I use Inkscape, but i've confirmed the same problem on adobe products), all
points in the graphics turn out as "q"s.
This example displays the beaviour:

pdf(file="points are weird.pdf")
plot(1:5)
dev.off()

When importing the file to inkscape, I get five neatly arranged little "q"s.
The obvious workaround would be to change the points into another plotting
character, but this isn't the first time i've encountered this behaviour,
and it would be nice to solve it properly instead.
I realize this might not strictly be a question related to R, but if someone
who've encountered the problem has found a solution or workaround it would
be greatly appreciated.

Kind regards/
Rafael

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to