back to 0.3; working on fixes

This commit is contained in:
Thomas Breloff 2015-10-29 12:57:07 -04:00
parent 2169ab3bb8
commit 26e4b4efda
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
julia 0.4
julia 0.3
Colors
Reexport

View File

@ -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

View File

@ -1,4 +1,4 @@
julia 0.4
julia 0.3
Colors
Reexport