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?
Graphviz: Open-source graph visualization software
11–20 of 156 posts
Re: Graphviz: Open-source graph visualization software
#12.XML -> Python script -> .DOT -> Graphviz -> *.SVG
It's very useful and probably the best example of using DOT language, unfortunately.
Re: Graphviz: Open-source graph visualization software
#13Re: Graphviz: Open-source graph visualization software
#14Here 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?
Re: Graphviz: Open-source graph visualization software
#15Javascript and html version needed.
- Viz.js (via Emscripten): https://github.com/mdaines/viz.js; Online demo: http://viz-js.com/
Re: Graphviz: Open-source graph visualization software
#16Re: Graphviz: Open-source graph visualization software
#17Javascript and html version needed.
Re: Graphviz: Open-source graph visualization software
#18Here 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#... )
Re: Graphviz: Open-source graph visualization software
#19Javascript 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/
Edit: GraphQL Voyager has the memory increase hack https://github.com/APIs-guru/graphql-voyager/blob/54a178142a...