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
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
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
3 matches
Mail list logo