raise GgplotError("Expecting object to be a theme")
out = gg_options["current_theme"]
gg_options["current_theme"] = new
return out
def theme_update(**kwargs):
After Change
raise GgplotError("Expecting object to be a theme")
out = get_option("current_theme")
set_option("current_theme", new)
return out
def theme_update(**kwargs):