Giter VIP home page Giter VIP logo

Comments (3)

TransGirlCodes avatar TransGirlCodes commented on May 22, 2024

Did a pull from the master with git in the Compose and Gadfly directories of the .julia folder, plot is now defined but in some uses of plot, e.g. the second example where colour is added to the points plot of iris, now the following is returned:

julia> n = plot(iris,
       {:x => "Sepal.Length", :y => "Sepal.Width", :color => "Species"},
       Geom.point)
WARNING: add_each! is deprecated, use union! instead.
 in render at /Users/wardb/.julia/Gadfly/src/Gadfly.jl:196
WARNING: -(a::Set,b::Set) is deprecated, use setdiff(a,b) instead.
 in render at /Users/wardb/.julia/Gadfly/src/Gadfly.jl:203
WARNING: has(d,k) is deprecated, use haskey(d,k) instead.
 in render at /Users/wardb/.julia/Gadfly/src/Gadfly.jl:242
WARNING: has(s::Set,x) is deprecated, use contains(s,x) instead.
 in mapped_and_used at /Users/wardb/.julia/Gadfly/src/Gadfly.jl:285
Error showing value of type Plot:
ERROR: no method PooledDataArray(Array{ColorValue,1},Array{LCHab,1})
 in apply_scale at /Users/wardb/.julia/Gadfly/src/scale.jl:215
 in apply_scales at /Users/wardb/.julia/Gadfly/src/scale.jl:27
 in apply_scales at /Users/wardb/.julia/Gadfly/src/scale.jl:43
 in render at /Users/wardb/.julia/Gadfly/src/Gadfly.jl:306
 in repl_show at repl.jl:12

from gadfly.jl.

dcjones avatar dcjones commented on May 22, 2024

Maybe I haven't kept up with DataFrames changes. What version of Julia are you using?

from gadfly.jl.

TransGirlCodes avatar TransGirlCodes commented on May 22, 2024

I'm using the latest commit - which actually has issues with Pkg at the moment too.Version 0.2.0-2004.r049bf7b1 Commit 049bf7b1e8 2013-06-14 23:58:02

from gadfly.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.