powered by
Note this is not a complete theme hence why there are no arguments.
theme_strip()
library(ggplot2) ggplot(cars, aes(dist, speed)) + theme_strip()
Run the code above in your browser using DataLab