[R] decreasing blank space in ggplot2 geom_area

2014-06-26 Thread seth
I wish to shrink the automatically inserted blank space at either end of the x axis of my area plot, so that the colorful graphic in the center takes up more of the available space. When I use the scale_x_discrete(limits...) command to expand the displayed area, the graphic shrinks away from the

Re: [R] decreasing blank space in ggplot2 geom_area

2014-06-26 Thread Ista Zahn
Hi Seth, See the expand argument to ?discrete_scale Best, Ista On Thu, Jun 26, 2014 at 7:01 AM, s...@forestadapt.org wrote: I wish to shrink the automatically inserted blank space at either end of the x axis of my area plot, so that the colorful graphic in the center takes up more of the

Re: [R] decreasing blank space in ggplot2 geom_area

2014-06-26 Thread seth
expand works perfectly, thanks VERY much Ista! -Seth - Original Message - From: Ista Zahn To: Cc: Sent:Thu, 26 Jun 2014 14:35:19 -0400 Subject:Re: [R] decreasing blank space in ggplot2 geom_area Hi Seth, See the expand argument to ?discrete_scale Best, Ista On Thu, Jun 26, 2014