JuliaGraphics / Winston.jl

2D plotting for Julia
MIT License
171 stars 55 forks source link

Fix Colors syntax and issue #246 #247

Closed hustf closed 8 years ago

hustf commented 8 years ago

Winston.jl:97 Issue 246 Winston.jl:97 } ( to }( plot.jl:572 FloatingPoint ~> AbstractFloat renderer.jl:63 color_to_rgb(s::AbstractString) =parse(Colorant,s)

hustf commented 8 years ago

Thanks to slangular; @compat can be put at the start of a new line, but 'elseif' marks a new line in this sense.

mvkma commented 8 years ago

The travis build still fails on nightly, because building Tk.jl fails.