Re: [R] Postcript font size

2009-06-11 Thread Andre Nathan
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

Re: [R] Postcript font size

2009-06-11 Thread Ted Harding
On 11-Jun-09 22:16:22, Andre Nathan wrote: > On Thu, 2009-06-11 at 19:09 -0300, Andre Nathan wrote: >> Is there a way to specify a font size that is consistent among calls >> to plot()? > > To put it correctly: is there a way to specify a font size that is > consistent among calls to postcript()?

Re: [R] Postcript font size

2009-06-11 Thread Andre Nathan
On Thu, 2009-06-11 at 19:09 -0300, Andre Nathan wrote: > Is there a way to specify a font size that is consistent among calls to > plot()? To put it correctly: is there a way to specify a font size that is consistent among calls to postcript()? All the fonts in the same file have the same size, b

[R] Postcript font size

2009-06-11 Thread Andre Nathan
Hello I'm doing a number of plots and in all of them I'm specifying the same font size. However, comparing one plot to the other, they have fonts of different sizes, so it appears some scaling is being done. I tried using both postcript(pointsize = ...) and par(ps = ...), but the results were the