From 6c51982793c48d9dc24e4757a880ec0f2dbe566e Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Sun, 26 Feb 2017 20:43:04 +0100 Subject: [PATCH] fix theme default --- src/themes.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes.jl b/src/themes.jl index feb665d6..442e67d0 100644 --- a/src/themes.jl +++ b/src/themes.jl @@ -25,7 +25,7 @@ function theme(s::Symbol; kw...) thm = PlotThemes._themes[s] if thm.gradient != nothing PlotUtils.set_clibrary(:plotthemes) - PlotUtils.cgraddefaults(PlotThemes.gradient_name(s)) + PlotUtils.cgraddefaults(default = PlotThemes.gradient_name(s)) end default(; bg = thm.bg_secondary,