-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Julia 1.0.0 support? #1185
Comments
we're working on it. in the meantime, gadfly works on julia 0.6.4. sorry for the delay but only recently have all the dependencies worked on 1.0. |
Great - Looking forward to 1.0! |
Going through the same problem using Julia 1.0.0 on W10, |
So I just merged 1.0 support over on GiovineItalia/Compose.jl#282 so this is really close, so we just need to wrap up #1189 |
win10 ERROR: LoadError: syntax: try without catch or finally |
Looking forward to it! I'm working on a Julia book and I use Gadfly in one of the chapters. The book is about Julia v1 and it is weeks away from publishing. Sadly, I can't retest Gadfly on v1 yet. I used Julia v0.6 for the code examples. Will the plotting API change? I'm using these with the Iris flowers dataset (from RDatasets): julia> plot(iris, x=:SepalLength, y=:PetalLength, color=:Species)
julia> plot(iris, x=:Species, y=:PetalLength, Geom.boxplot)
julia> plot(iris, x=:PetalLength, color=:Species, Geom.histogram)
julia> plot(iris, x=:PetalWidth, y=:PetalLength, color=:Species) Thanks! |
#1189 adds support for 1.0. checkout master of Gadfly and Compose until we tag. the API has not changed. |
For other julia newbies checking out 1.0, you can do this using:
|
julia> pkg"add Compose#master"
julia> pkg"add Gadfly#master"
julia> pkg"add Hexagons" also does the trick, thanks! |
I peformed steps given here GiovineItalia/Gadfly.jl#1185 julia> pkg"add Compose#master" julia> pkg"add Gadfly#master" julia> pkg"add Hexagons"
wondering if anyone can help me out here:
|
Is v1.01 support Gadfly ? Cannot download it from the package manager ! (JuliaPro_v1.0.1.1) pkg> add Gadfly
|
I apologize if this issue has already been raised or is well known, but I can't seem to install Gadfly on Julia 1.0.0.
I'm new to Julia, so I'm not sure exactly what's causing this to fail.
Possibly related to this?
JuliaLang/julia#27554
Using Julia version 1.0.0 on Ubuntu 18.04, kernel 4.15.0-29-generic if that matters.
The text was updated successfully, but these errors were encountered: