Re: [R] Mono in postscript device

2007-12-12 Thread Prof Brian Ripley
rsion 2: postscript(filename="myfile.ps") plot(1:10,family="mono") dev.off() Best regards, Benjamin Otto -Ursprüngliche Nachricht- Von: Prof Brian Ripley [mailto:[EMAIL PROTECTED] Gesendet: Tuesday, December 11, 2007 5:48 PM An: Benjamin Otto Cc: R-Help Betreff: Re: [R] M

Re: [R] Mono in postscript device

2007-12-12 Thread Benjamin Otto
:10) > plot(1:10) > dev.off() Version 2: > postscript(filename="myfile.ps") > plot(1:10,family="mono") > dev.off() Best regards, Benjamin Otto -Ursprüngliche Nachricht- Von: Prof Brian Ripley [mailto:[EMAIL PROTECTED] Gesendet: Tuesday, December 11, 20

Re: [R] Mono in postscript device

2007-12-11 Thread Prof Brian Ripley
On Tue, 11 Dec 2007, Benjamin Otto wrote: > Hi, > > Plotting a graphic into a postscript device using family="mono" returns the > following error message: > >>> family 'mono' not included in PostScript device > > Looking at postscriptFonts() however lists the "Courier" font as availeable > mon

[R] Mono in postscript device

2007-12-11 Thread Benjamin Otto
Hi, Plotting a graphic into a postscript device using family="mono" returns the following error message: >> family 'mono' not included in PostScript device Looking at postscriptFonts() however lists the "Courier" font as availeable mono font. So where is the problem? Thanks guys for your