Port of seaborn.set_theme (and its alias set). Sets the global look used
by subsequent reaborn (and ggplot2) plots.
Usage
set_theme(
context = "notebook",
style = "darkgrid",
palette = "deep",
font = "sans",
font_scale = 1,
color_codes = TRUE,
rc = NULL
)
set(...)Value
Invisibly, the applied ggplot2::theme.
