Re: [R] ggplot facet spacing, wrapping

2008-06-17 Thread hadley wickham
On Tue, Jun 17, 2008 at 5:54 AM, mfrumin <[EMAIL PROTECTED]> wrote: > > I'm running into some problems with the spacing of some faceted ggplot plots. > I have a number of time series faceted to be one above another, but the > scale labels of the y axes all clobber each other at the bottom/top of ea

[R] ggplot facet spacing, wrapping

2008-06-17 Thread mfrumin
I'm running into some problems with the spacing of some faceted ggplot plots. I have a number of time series faceted to be one above another, but the scale labels of the y axes all clobber each other at the bottom/top of each. for example, try: qplot(x, y, data = data.frame(x = 1:10, y = 1:10,