JuliaAttic / Color.jl

Basic color manipulation utilities.
Other
47 stars 21 forks source link

Workaround for Julia bug #73

Closed GunnarFarneback closed 9 years ago

GunnarFarneback commented 9 years ago

Switching the colormaps_sequential and colormaps_diverging values from tuples to vectors works around the Julia bug JuliaLang/julia#8631, solving #68 and timholy/HDF5.jl#160. Tested on Julia 0.3.2.

timholy commented 9 years ago

Seems worth doing. Thanks!