Live data from Hacker News

Graphviz: Open-source graph visualization software

graphviz.org

11–20 of 156 posts

Re: Graphviz: Open-source graph visualization software

#11
post #7
post #4

Here are some cool things I've done recently with graphviz: 1. Draw "sketch" style graphs using https://sketchviz.com/new 2. Draw graphs of memory usage in golang programs (using pprof): https://graphviz.org/Gallery/directed/pprof.html 3. Embed graphviz into Sphinx docs (shameless self-promotion: https://docs.robusta.dev/master/catalog/triggers/index.html#... )

I like the output of Sketchviz. Do yo know if it is possible do make such output directly from desktop app?

Sadly I haven't found a way. Let me know if you do

Re: Graphviz: Open-source graph visualization software

#14
post #7
post #4

Here are some cool things I've done recently with graphviz: 1. Draw "sketch" style graphs using https://sketchviz.com/new 2. Draw graphs of memory usage in golang programs (using pprof): https://graphviz.org/Gallery/directed/pprof.html 3. Embed graphviz into Sphinx docs (shameless self-promotion: https://docs.robusta.dev/master/catalog/triggers/index.html#... )

I like the output of Sketchviz. Do yo know if it is possible do make such output directly from desktop app?

you can install it locally with docker https://github.com/iamacarpet/sketchviz-docker

Re: Graphviz: Open-source graph visualization software

#18
post #4

Here are some cool things I've done recently with graphviz: 1. Draw "sketch" style graphs using https://sketchviz.com/new 2. Draw graphs of memory usage in golang programs (using pprof): https://graphviz.org/Gallery/directed/pprof.html 3. Embed graphviz into Sphinx docs (shameless self-promotion: https://docs.robusta.dev/master/catalog/triggers/index.html#... )

Sketchviz look great. Is there an option to export vector graphics (for example svg)?

Re: Graphviz: Open-source graph visualization software

#19
post #9

Javascript and html version needed.

- Dagre (deprecated, unfortunately): https://github.com/dagrejs - Viz.js (via Emscripten): https://github.com/mdaines/viz.js ; Online demo: http://viz-js.com/

Viz.js had some hard coded memory limits last time I checked. You can work around them on load, but it's annoying.

Edit: GraphQL Voyager has the memory increase hack https://github.com/APIs-guru/graphql-voyager/blob/54a178142a...

Post reply on HN