Kia ora,
I have a facet grid plot from which I want to remove the facet labels only for columns (x facet) but theme(strip_text = element_blank()) removes all facet labels. Is there an option to only turn off one or the other like with strip.text.x in ggplot2?
Kia ora, I have a facet grid plot from which I want to remove the facet labels only for columns (x facet) but
theme(strip_text = element_blank())
removes all facet labels. Is there an option to only turn off one or the other like withstrip.text.x
in ggplot2?Thanks!