Coder Social home page Coder Social logo

Broken on 0.4 master about contour.jl HOT 5 CLOSED

ViralBShah avatar ViralBShah commented on June 24, 2024
Broken on 0.4 master

from contour.jl.

Comments (5)

tomasaschan avatar tomasaschan commented on June 24, 2024

Thanks for the report; I'll take a look at it as soon as I have time, but unfortunately probably not before this weekend. PR's are very welcome (although I guess you specifically are at least as busy as I am!) :)

from contour.jl.

tomasaschan avatar tomasaschan commented on June 24, 2024

@ViralBShah: Using the latest master of Julia, Gadfly and Contour (as well as a couple of other dependencies of Gadfly) I can't reproduce the problem:

xs = collect(Float64, -pi:0.1:pi)
ys = copy(x)
zs = [sin(x) * cos(y) for x in xs, y in ys]

using Gadfly
plot(x=xs, y=ys, z=zs, Geom.contour)

works and produces the expected plot. What versions are you on? Can you give a code sample that reproduces the error?

Edit: OK, after Pkg.free("Contour") I can reproduce. I'll tag a new version promptly; can you do Pkg.update() (in a little while) and see if the problem is solved?

from contour.jl.

ViralBShah avatar ViralBShah commented on June 24, 2024

Thanks! I was using the tagged versions.

from contour.jl.

ViralBShah avatar ViralBShah commented on June 24, 2024

The error was on using Gadfly, and this one is now fixed. Failing in Grid.jl now.

from contour.jl.

tomasaschan avatar tomasaschan commented on June 24, 2024

Great! Thanks again for the report!

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