back to 0.3; working on fixes
This commit is contained in:
parent
2169ab3bb8
commit
26e4b4efda
@ -337,7 +337,7 @@ function generate_colorgradient(bgcolor = colorant"white";
|
||||
gradient_from_list(colors)
|
||||
end
|
||||
|
||||
function get_color_palette(palette, bgcolor::Union{Colorant,ColorWrapper}, numcolors::Integer)
|
||||
function get_color_palette(palette, bgcolor::@compat(Union{Colorant,ColorWrapper}), numcolors::Integer)
|
||||
grad = if palette == :auto
|
||||
generate_colorgradient(bgcolor)
|
||||
else
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
julia 0.4
|
||||
julia 0.3
|
||||
|
||||
Colors
|
||||
Reexport
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user