Re: [R] lattice::xyplot axis padding with fontfamily=mono

2009-05-28 Thread Deepayan Sarkar
On Wed, May 27, 2009 at 4:38 PM, Benjamin Tyner bty...@gmail.com wrote: Hello, Say I have a predictor taking a very wide value:  Data - data.frame(pred=a,resp=1)  print(xyplot(pred~resp, data=Data)) # enough y-axis padding to accommodate the wide

Re: [R] lattice::xyplot axis padding with fontfamily=mono

2009-05-28 Thread Benjamin Tyner
Deepayan, Many thanks for the quick response and suggested workaround. Best, Ben Deepayan Sarkar wrote: On Wed, May 27, 2009 at 4:38 PM, Benjamin Tyner bty...@gmail.com wrote: Hello, Say I have a predictor taking a very wide value: Data -

[R] lattice::xyplot axis padding with fontfamily=mono

2009-05-27 Thread Benjamin Tyner
Hello, Say I have a predictor taking a very wide value: Data - data.frame(pred=a,resp=1) print(xyplot(pred~resp, data=Data)) # enough y-axis padding to accommodate the wide label print(xyplot(pred~resp, data=Data,scales=list(fontfamily=mono)))