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
: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
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
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
4 matches
Mail list logo