Code Monkey home page Code Monkey logo

Comments (4)

cstjean avatar cstjean commented on August 12, 2024 1

Will do on Monday. If you tested it on the example above and it works, I assume it's fine...

from statsplots.jl.

piever avatar piever commented on August 12, 2024 1

Merged and tagged a new release.

from statsplots.jl.

piever avatar piever commented on August 12, 2024

Thanks for finding this! I somehow introduced some circularity in the macro expansion, should be fixable quickly.

One unrelated thing: as @df adds the expression you feed inside the plotting call, if you don't use a variable name but an expression that needs to be computed, to be sure it's not computed multiple times, you should be using piping: should be fixed by #135 as well

julia> DataFrame(x=[1,2], y=[3,4]) |> @df  begin
           plot(:x, :y)
       end

I'll see if this can also be fixed easily or whether we should simply recommend the piping version.

from statsplots.jl.

piever avatar piever commented on August 12, 2024

Can you try the fix at #135 as see if it works for you? If it fixes it for you as well I'll merge and do a quick patch release.

from statsplots.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.