Git Product home page Git Product logo

Comments (5)

parrt avatar parrt commented on September 13, 2024

Does d3 imply it only renders in a browser? Can this donut thing work purely in mpl and graphviz?

from dtreeviz.

GrahamHannington avatar GrahamHannington commented on September 13, 2024

from dtreeviz.

parrt avatar parrt commented on September 13, 2024

Hmm...well,I don't hate the pie charts enough to really worry about this, particularly if it requires that I do some thinking or has anything requiring a browser. ;) if it's okay with you I'm going to close this for now

from dtreeviz.

GrahamHannington avatar GrahamHannington commented on September 13, 2024

No worries, entirely your call. No browser required, but, yes, some thinking 😉.

I chose donuts for two reasons:

  • In some circles 🙄, nothing says "20th century" quite like a pie chart. Donuts, apparently, are the dessert chart du jour.
  • I wanted to overlay a label—a computer transaction ID—on each chart. I preferred the cleaner look of the label on the graph background color rather than on a multicolored pie.

My viz is rendered entirely in Graphviz. I investigated using a different library to render each node in the chart, as you've done, but I hit a roadblock: I couldn't capture mouse events for objects in such nodes. I think that's because Graphviz renders them using the SVG <image> element. This is important to me, because I want interactivity. At some point, I'll revisit that issue, and perhaps integrate the SVG for each node into the main Graphviz-generated SVG—as I've read you've done—rather than referring to it via the <image> element.

Here's an example of what I'm doing:

d3-graphviz-donuts

Essentially, I'm overlaying computer transaction performance data on transaction call structures. Each node (donut) represents a computer transaction. Each edge (arrow) represents a transaction calling another transaction. The size of each node represents the transaction CPU time relative to other transactions: so, the donuts are also "bubbles". I've deliberately omitted the legend because this viz is currently an inhouse project; I don't want to publicize the domain-specific details.

from dtreeviz.

parrt avatar parrt commented on September 13, 2024

very impressive!

from dtreeviz.

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.