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

hadley wickham h.wickham at gmail.com
Wed Dec 24 04:18:43 CET 2008


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 <mike at thatmike.com> wrote:
> 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.thatmike.com
>
> Looking to arrange a meeting? Do so at:
> http://www.timetomeet.info/with/mike/
>
> ~ Certainty is folly... I think. ~
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>



-- 
http://had.co.nz/



More information about the R-help mailing list