Re: [R] pdf() Export Problem: Circles Interpreted as Fonts from ggplot2 Graphics

2011-01-01 Thread Adam Carr
Neglected to reply to all. Sorry. - Forwarded Message From: Adam Carr adamlc...@yahoo.com To: David Winsemius dwinsem...@comcast.net Sent: Sat, January 1, 2011 8:58:26 AM Subject: Re: [R] pdf() Export Problem: Circles Interpreted as Fonts from ggplot2 Graphics Hello David: Thanks

Re: [R] pdf() Export Problem: Circles Interpreted as Fonts from ggplot2 Graphics

2011-01-01 Thread David Winsemius
Sent: Thu, December 30, 2010 7:07:30 PM Subject: Re: [R] pdf() Export Problem: Circles Interpreted as Fonts from ggplot2 Graphics You could try using the Symbol font's solid circle as pch , octmode 267, if I am reading the output from the TestChars function on the points help page

Re: [R] pdf() Export Problem: Circles Interpreted as Fonts from ggplot2 Graphics

2011-01-01 Thread Adam Carr
() Export Problem: Circles Interpreted as Fonts from ggplot2 Graphics The Inkscape user asked if there was any way that R could be coerced to use actual circles or paths for the points. I am not aware of a way to do this so any input from anyone here would be greatly appreciated. pdf

Re: [R] pdf() Export Problem: Circles Interpreted as Fonts from ggplot2 Graphics

2011-01-01 Thread Adam Carr
to the time to help me. From: David Winsemius dwinsem...@comcast.net Cc: r-help@r-project.org Sent: Sat, January 1, 2011 11:09:23 AM Subject: Re: [R] pdf() Export Problem: Circles Interpreted as Fonts from ggplot2 Graphics I thought Hadley's response was more

Re: [R] pdf() Export Problem: Circles Interpreted as Fonts from ggplot2 Graphics

2010-12-30 Thread David Winsemius
You could try using the Symbol font's solid circle as pch , octmode 267, if I am reading the output from the TestChars function on the points help page correctly. BTW, I opened your document in GIMP and it shows q's as well. -- david. On Dec 30, 2010, at 5:59 PM, Adam Carr wrote: Good

Re: [R] pdf() Export Problem: Circles Interpreted as Fonts from ggplot2 Graphics

2010-12-30 Thread Hadley Wickham
The Inkscape user asked if there was any way that R could be coerced to use actual circles or paths for the points. I am not aware of a way to do this so any input from anyone here would be greatly appreciated. pdf(..., useDingbats = F) Hadley -- Assistant Professor / Dobelman Family Junior

Re: [R] pdf() Export Problem: Circles Interpreted as Fonts from ggplot2 Graphics

2010-12-30 Thread David Winsemius
?points pdf(file=aplot.pdf) plot(1,1, pch=183, font=5) dev.off() On Dec 30, 2010, at 5:59 PM, Adam Carr wrote: Good Evening: I am putting together a large report with plots created in R, V 2.12.0. Most of the plots are created using ggplot2 V0.8.9. I use R's pdf() command to export the

Re: [R] pdf() Export Problem: Circles Interpreted as Fonts from ggplot2 Graphics

2010-12-30 Thread Dennis Murphy
Hi Adam: On Thu, Dec 30, 2010 at 2:59 PM, Adam Carr adamlc...@yahoo.com wrote: Good Evening: I am putting together a large report with plots created in R, V 2.12.0. Most of the plots are created using ggplot2 V0.8.9. I use R's pdf() command to export the plot to a pdf file. I am exporting