Re: [R] ggplot and scale_x_date

2010-04-21 Thread hadley wickham
Hi Liam, Unfortunately this currently isn't supported. It's on my to do list: http://github.com/hadley/ggplot2/issues/issue/94 Hadley On Tue, Apr 20, 2010 at 7:59 PM, Liam Blanckenberg wrote: > Hi all, > > I have a question about setting arbitrary breaks/labels when using GGPLOT > and date/tim

[R] ggplot and scale_x_date

2010-04-20 Thread Liam Blanckenberg
Hi all, I have a question about setting arbitrary breaks/labels when using GGPLOT and date/time data on the x-axis. I want to specify the breaks/limits arbitrarily rather than using scale_x_date(major = 'blah'), much like when arbitrarily defining breaks/labels using scale_x_discrete(breaks = blah