Re: [R] ggplot2: Controlling line width of panel borders

2013-03-27 Thread thomas . parr
This is an old post, but I had the exact problem described here and after two days of monkeying around in theme, I wanted to provide the non-ggplot related "solution." In summary, the problem is that in the faceted plots, lines on the right an bottom in the subplots appear to be thicker than f

Re: [R] ggplot2: Controlling line width of panel borders

2010-12-06 Thread Dennis Murphy
Hi: You might find this link useful: https://github.com/hadley/ggplot2/wiki/%2Bopts%28%29-List ...and apropos your choice of plot, http://emdbolker.wikidot.com/blog:dynamite Cheers, Dennis On Mon, Dec 6, 2010 at 2:46 PM, Henning Wildhagen wrote: > Dear R-users, > > i encountered some problems

[R] ggplot2: Controlling line width of panel borders

2010-12-06 Thread Henning Wildhagen
Dear R-users, i encountered some problems when trying to adjust the line width of the axes and stripes in a plot created with ggplot2. I use the "barley" dataset of the lattice package to illustrate my problem: library(ggplot2) library(lattice) barley[["SD"]] <- 5 limits <- aes(ymax=barley$yie