Re: [R] Increasing the font size on axes in trellis

2010-05-08 Thread Dimitri Liakhovitski
Thanks a million, David. I addded: scales=list(x=list(cex=1.3),y=list(cex=1.3)), in the dotplot call and it totally worked. Thank you! Dimitri On Sat, May 8, 2010 at 5:25 PM, David Winsemius wrote: > > On May 8, 2010, at 3:43 PM, Dimitri Liakhovitski wrote: > >> Hello, >> >> the code below gives

Re: [R] Increasing the font size on axes in trellis

2010-05-08 Thread David Winsemius
On May 8, 2010, at 3:43 PM, Dimitri Liakhovitski wrote: Hello, the code below gives me the picture I need - but there is on small thing I can't figure out. The plot has very small tick mark labels for both axes. I don't mean the axis labels - they are both good, but what is shown near the tick

[R] Increasing the font size on axes in trellis

2010-05-08 Thread Dimitri Liakhovitski
Hello, the code below gives me the picture I need - but there is on small thing I can't figure out. The plot has very small tick mark labels for both axes. I don't mean the axis labels - they are both good, but what is shown near the tick marks. Please help me figure out what parameter I should ad