I only initialized Colors (i.e., using Colors) and not Color. Pkg.status() says
- Color 0.4.8 2fd36703 (dirty) - ColorTypes 0.1.4 - Colors 0.5.3 Serge On Wednesday, 16 September 2015 00:12:13 UTC+1, Serge Santos wrote: > > Hi, > > I got an error when using the parameter Theme with Gadfly, so I tried > using an example from http://gadflyjl.org/themes.html#examples (see > below). > > When I run the example from the website below, I get an error saying > 'convert' has no method matching > convert(::Type{Union(Nothing,AlphaColorValue{C<:ColorValue{T},T<:Union(FloatingPoint,FixedPoint)},ColorValue{T})},::RGB{UfixedBase{UInt8,8}}). > > I don't understand what I am doing wrong here when using the example from > Gadfly. Any idea? Thanks > > plot(x=rand(10), y=rand(10), > Theme(panel_fill=colorant"black", default_color=colorant"orange")) > >
