dicook / nullabor

Tools for doing statistical inference using data plots
http://dicook.github.io/nullabor/
56 stars 10 forks source link

Addition of a ggplot theme stripping context away #18

Closed emitanaka closed 2 years ago

emitanaka commented 2 years ago

I think it will be handy to include a ggplot2 theme where the context will be stripped away -- something like theme_void() but it strips away too much. Currently I'm using below to strip away but something like theme_strip() in nullabor might be useful.

 theme(axis.title = element_blank(),
        axis.text = element_blank(),
        axis.ticks.length = unit(0, "mm"))
dicook commented 2 years ago

This would be good - would you do the pull request?