On Feb 13, 2004, at 11:46 AM, Peter Dalgaard wrote:


Duncan Murdoch <[EMAIL PROTECTED]> writes:

On Thu, 12 Feb 2004 20:50:38 -0500, you wrote:


Is there any way to get a fixed width plot in graphs? I want to put a text
matrix into a plot and this would make it easy.

In the Windows device, fonts 10 and 11 are fixed width "Courier New". In general graphics devices don't have to supply such a font.

In particular, I don't think it is possible in the postscript and x11 devices (unless you switch the basic fonts in postscript). It shouldn't be hard to add, though -- basically just add a Courier font at font positions 6, and maybe continue with bold and oblique variants. However, I wouldn't know whether any of what Paul has been up to involves a more radical solution to font handling in general.

The current R-devel graphics device API supports font family name - I just didn't check yet which parameter is used to set it (fontfamily?).


Cheers,
Simon

---
Simon Urbanek
Department of computer oriented statistics and data analysis
University of Augsburg
Universitätsstr. 14
86135 Augsburg
Germany

Tel: +49-821-598-2236
Fax: +49-821-598-2200

[EMAIL PROTECTED]
http://simon.urbanek.info

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Reply via email to