How can I get darker grid lines for theme_bw()in ggplot2?
I saw some answers, but most of them are too complicated using theme().
Is there an easier way?
corr.plot.contour(data=foo1,x='log(area)',y='log(fd)',xl='Basa(log)',yl='Flo'+stat_smooth(method="lm",formula=y~x)+theme_bw()+ggsave("xyz.png")

source
share