How to use italics for facet labels in ggplot2?
Something along these lines should work:
... + theme(strip.text = element_text(face = "italic"))
See the docs for more detail about theme()
.
Something along these lines should work:
... + theme(strip.text = element_text(face = "italic"))
See the docs for more detail about theme()
.