Re: [R] vjust unresponsive (ggplot2)

2015-12-23 Thread Hadley Wickham
t; > > > > Daniel Nordlund, PhD > > > Research and Data Analysis Division > > > Services & Enterprise Support Administration Washington State > > > Department of Social and Health Services > > > > > > > > > -Original Message--

Re: [R] vjust unresponsive (ggplot2)

2015-12-22 Thread Ista Zahn
Analysis Division > Services & Enterprise Support Administration > Washington State Department of Social and Health Services > > > -Original Message- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Ryan Utz > Sent: Tuesday, December 22, 2015 10:00 AM &g

Re: [R] vjust unresponsive (ggplot2)

2015-12-22 Thread Nordlund, Dan (DSHS/RDA)
ment of Social and Health Services -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Ryan Utz Sent: Tuesday, December 22, 2015 10:00 AM To: r-help@r-project.org Subject: [R] vjust unresponsive (ggplot2) Hi all, I cannot for the life of me get my axis ti

[R] vjust unresponsive (ggplot2)

2015-12-22 Thread Ryan Utz
Hi all, I cannot for the life of me get my axis titles to adjust vertically in a ggplot. I've seen several posts about this and have tried everything: keeping vjust within 0 and 1, adjusting the margins, etc. hjust is behaving just as it should but vjust just mocks me in silence. No error message

Re: [R] vjust unresponsive (ggplot2)

2015-12-22 Thread Ista Zahn
That looks to me like it might be buggy. At least I would have expected vjust to do _something_. In terms of the practical issue, you can adjust the distance between the title and the axis with margin, e.g. ggplot(data=x,aes(x=V2,y=V2))+theme(axis.title.y=element_text(margin = margin(0, 5, 0,

Re: [R] vjust unresponsive (ggplot2)

2015-12-22 Thread Nordlund, Dan (DSHS/RDA)
> -Original Message- > > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Ryan > > Utz > > Sent: Tuesday, December 22, 2015 10:00 AM > > To: r-help@r-project.org > > Subject: [R] vjust unresponsive (ggplot2) > > > > Hi all, &