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

2011-01-01 Thread Adam Carr
the time to help me. From: David Winsemius 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 definitive, but

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

2011-01-01 Thread Adam Carr
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(..., useDin

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

2011-01-01 Thread David Winsemius
Jan 1, 2011, at 8:59 AM, Adam Carr wrote: Neglected to reply to all. Sorry. - Forwarded Message From: Adam Carr To: David Winsemius Sent: Sat, January 1, 2011 8:58:26 AM Subject: Re: [R] pdf() Export Problem: Circles Interpreted as Fonts from ggplot2 Graphics Hello David: Thank

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 To: David Winsemius 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 for the reply and for the suggestion on

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 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 the plots an

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 th

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 Juni

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: Goo