[R] Using ComputerModern-Fonts with Matplot

2005-11-20 Thread Antje
Hi There,
I am trying to use ComputerModern Fonts with the matplot-command. Is 
that possible and what command do I have to use?

Thanks,
Antje

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] Using ComputerModern-Fonts with Matplot

2005-11-20 Thread Prof Brian Ripley
On Sun, 20 Nov 2005, Antje wrote:

 I am trying to use ComputerModern Fonts with the matplot-command. Is
 that possible and what command do I have to use?

Those are (normally) postscript type1 fonts, so you can do this on the 
postscript() device.  See ?postscript.

If you have them set up in other ways (e.g. for X11) it would be possible 
to use them there -- see the help pages for the appropriate device.

-- 
Brian D. Ripley,  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html