Displaying 1 result from an estimated 1 matches for "ggplot2theme_inbase".
2009 Sep 03
1
putting reference lines or grids into the background of a plot
Dear R-community,
using R.2.9.1, how do you put reference lines or grids into the _background_ of a plot?
For example:
barplot(3:1)
abline(h = seq(0.5, 2.5 ,0.5), col = "red", lty = "dashed")
-> The lines are before the bars (and the line parts going through the bars might be considered as "chart junk", I suppose).
Now, in this toy example I could just do the