Re: [R] ggplot2's qplot() not rendering title descender

2008-12-23 Thread hadley wickham
Hi Mike, Yup, that's a bug that will be fixed in the next version. In the meantime one easy fix is to add an \n on the end of the title string. Hadley On Tue, Dec 23, 2008 at 7:02 PM, Mike Lawrence wrote: > On my machine (Mac OS 10.5.6, R 2.8.1) the following plot is drawn such that > a substa

[R] ggplot2's qplot() not rendering title descender

2008-12-23 Thread Mike Lawrence
On my machine (Mac OS 10.5.6, R 2.8.1) the following plot is drawn such that a substantial portion of the descender of the title is covered by the plot: library(ggplot2) qplot(x=1:10,y=1:10,main='p q j g') -- Mike Lawrence Graduate Student Department of Psychology Dalhousie University www.thatmik