Hi everyone,
I’m pleased to announce that Julia 1.0 support just landed on Gadfly.jl . Gadfly is the native Julia grammar of graphics plotting library that is particularly well suited to 2D statistical plots
, but can do a lot more. We have a nice gallery of what’s possible here: http://gadflyjl.org/latest/gallery/geometries.html
It would be great for everyone who uses Gadfly and wants to help us battle test our 1.0 support to give the master branch a spin. On Julia 1.0 it should be as easy as
julia> using Pkg
julia> pkg"add Compose#master"
julia> pkg"add Gadfly#master"
I hope you enjoy and please report any bugs to our issues page
Finally, I would like to especially thank @bjarthur, @Mattriks, @nalimilan, @andreasnoack and many others for the herculean effort to get the Gadfly stack working on Julia 1.0.