Re: [R] Words appear to be bolded in the PDF output

2010-04-20 Thread chrisli1223
Problem solved. Yes, I found that the text is overlaid several times! Thank you very much for your help, greatly appreciated. :) -- View this message in context: http://n4.nabble.com/Words-appear-to-be-bolded-in-the-PDF-output-tp2016971p2018219.html Sent from the R help mailing list archive at N

Re: [R] Words appear to be bolded in the PDF output

2010-04-20 Thread baptiste auguie
Hi, Taking a wild guess, it looks to me that you might have overlaid several times the same text, plot.new() text(0.5,0.5,rep("test",10)) HTH, baptiste On 20 April 2010 08:54, chrisli1223 wrote: > > Hi all, > > I have written a note near each of my graphs using mtext. > mtext(text,side=1,line

Re: [R] Words appear to be bolded in the PDF output

2010-04-20 Thread Patrick Connolly
On Mon, 19-Apr-2010 at 10:54PM -0800, chrisli1223 wrote: |> |> Hi all, |> |> I have written a note near each of my graphs using mtext. |> mtext(text,side=1,line=4,cex=0.5,adj=0) |> |> Then I have exported the graphs as a PDF file. |> pdf(file=name,paper='a4',width=7.27,height=10.69) That seems

[R] Words appear to be bolded in the PDF output

2010-04-19 Thread chrisli1223
Hi all, I have written a note near each of my graphs using mtext. mtext(text,side=1,line=4,cex=0.5,adj=0) Then I have exported the graphs as a PDF file. pdf(file=name,paper='a4',width=7.27,height=10.69) The mtext appears OK in R. But it looks like it is bolded in the PDF file. http://n4.nabble.