pop! colorgradient from defaults
This commit is contained in:
parent
4d9dc31c5e
commit
b45c336063
@ -17,6 +17,7 @@ function _theme(s::Symbol, defaults::KW; kw...)
|
||||
if haskey(defaults, :colorgradient)
|
||||
PlotUtils.clibrary(:misc)
|
||||
PlotUtils.default_cgrad(default = :sequential, sequential = PlotThemes.gradient_name(s))
|
||||
pop!(defaults, :colorgradient)
|
||||
else
|
||||
PlotUtils.clibrary(:Plots)
|
||||
PlotUtils.default_cgrad(default = :sequential, sequential = :inferno)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user