Git Product home page Git Product logo

Comments (3)

thomasp85 avatar thomasp85 commented on August 9, 2024

I'll try to see if I can address these questions adequately:

The hierarchical edge bundles uses a concept called connections; that is, links between edges that do not interfere with how the layout is calculate. A connection can be thought of as the sequence of nodes to travel through to get from the start to the end. In the flare example the class hierarchy makes up the graph structure which end up as a hierarchical layout (that isn't drawn). The import data is then a secondary structure that defines links between nodes in the hierarchy, but isn't part of that hierarchy. For the hierarchical edge bundles the paths defining the connections are detected automatically using the gCon function...

For the second question, this is more an igraph issue, and I suggest you consult the documentation (it's very well documented)

Hope this helps - I'm in the last stage of thesis writing at the moment, so it is a little short...

from ggraph.

shackett avatar shackett commented on August 9, 2024

This was a really useful comment. I was having a hard time using geom_edge_bundle until I realized that flare$edges was a full rooted hierarchy (I only had specific and general classes, but nothing to connect the general classes). Good luck with your thesis!

from ggraph.

thomasp85 avatar thomasp85 commented on August 9, 2024

Glad it made sense - feel free to get back with further questions. I'm planning on adding a wiki once time permits, but until then some of the specifics of the API can be a bit hard to grasp

from ggraph.

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.