Mikata-Project / ggthemr

Themes for ggplot2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panel titles cut off when using facet_wrap()

ben519 opened this issue · comments

commented

For example,

library(ggplot2)
library(ggthemr)

ggthemr('pale')
ggplot(iris, aes(x=Sepal.Length, y=Sepal.Width, size=Petal.Length))+facet_wrap(~Species)+geom_point()

screen shot 2017-10-12 at 2 33 06 pm

(Awesome package! Would love to see it on CRAN)

I changed the theme settings to bring the spacing options closer to that of theme_gray, the default theme of ggplot. This should fix your issue.