tidyverse/ggplot2

Resetting the default theme

Closed this issue · 0 comments

As far as I know, there is no way to restore the global theme to the original defaults.
I'm proposing we can use set_theme() without any arguments to restore the original defaults.
The original default theme is stored under ggplot_global$theme_default internal variable.