On Thu, 2009-06-11 at 23:48 +0100, ted.hard...@manchester.ac.uk wrote: > How are you comparing? > A: Looking into the PostScript code in the files, and identifying > the font-sizes where they are set in the code?
This. To get the size I wanted in both files, I had to use par(ps = 15) in one of them, and par(ps = 18) in the other. Strangely, the generated files had the following PS code: /ps 12 def /Font1 findfont 12 s I don't know PostScript, but I assume this means pointsize = 12. Best, Andre ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.