Coder Social home page Coder Social logo

Comments (3)

darwindarak avatar darwindarak commented on June 21, 2024

That looks good to me. Maybe we can also add a function to group the lines together:

function contour_lines(c::ContourLevel)
    N = length(c.lines)
    lines = Array(Vector{Float64}, Vector{Float64}, N)

    for (i, line) in enumerate(c.lines)
        lines[i] = coordinates(line)
    end

    return lines
end

from contour.jl.

tomasaschan avatar tomasaschan commented on June 21, 2024

@darwindarak I'm not sure that's a good idea, since you loose some information in the process - given the result of that function, there's no way of knowing which, if any, of the included vertices are "false" ones, connecting the ends of two lines rather than specifying a surface. And since, given coordinates, it's not so hard to do if you do want it, we could just as well let the user handle it =)

I'll go ahead and add coordinates.

from contour.jl.

tomasaschan avatar tomasaschan commented on June 21, 2024

Fixed by eb004be

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.