[R] Problems with points in plots when importing from pdf to an SVG editor

Ivan Calandra ivan.calandra at uni-hamburg.de
Thu Nov 4 15:18:00 CET 2010


Hi,

Try with RSvgDevice::devSVG()
I don't have any problems with either Inkscape or Illustrator (CS4)

HTH,
Ivan

Le 11/4/2010 15:04, Rafael Björk a écrit :
> 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 at 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.
>

-- 
Ivan CALANDRA
PhD Student
University of Hamburg
Biozentrum Grindel und Zoologisches Museum
Abt. Säugetiere
Martin-Luther-King-Platz 3
D-20146 Hamburg, GERMANY
+49(0)40 42838 6231
ivan.calandra at uni-hamburg.de

**********
http://www.for771.uni-bonn.de
http://webapp5.rrz.uni-hamburg.de/mammals/eng/mitarbeiter.php



More information about the R-help mailing list