in reply to Re: Visualizing a dependency graph in a web page
in thread Visualizing a dependency graph in a web page

Thanks, I'll take a look into it.

> I you just want a static image I'd use GraphViz2 and let graphviz do the heavy lifting.

no, but I need a start that can be manually adjusted.

And AFAIK it's possible to export coordinates with graphviz.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

  • Comment on Re^2: Visualizing a dependency graph in a web page

Replies are listed 'Best First'.
Re^3: Visualizing a dependency graph in a web page
by Fletch (Bishop) on Apr 01, 2022 at 14:40 UTC

    Definitely could ask dot to spit out things as an SVG or JSON which you then could instrument / manipulate with d3 or vega.

    Edit: also WRT node shapes mentioned elsewhere: you should be able to specify shape => "whatever" in the add_node call and pick a value from the supported shape tags.

    The cake is a lie.
    The cake is a lie.
    The cake is a lie.

Re^3: Visualizing a dependency graph in a web page
by Anonymous Monk on Apr 01, 2022 at 18:29 UTC