Graphviz: Open-source graph visualization software
21–30 of 156 posts
Re: Graphviz: Open-source graph visualization software
#22btw python wrapper is awesome: https://graphviz.readthedocs.io
Re: Graphviz: Open-source graph visualization software
#23Javascript and html version needed.
Re: Graphviz: Open-source graph visualization software
#24Here 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)?
Super intuitive, I know! :)
Re: Graphviz: Open-source graph visualization software
#25Javascript 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/
Re: Graphviz: Open-source graph visualization software
#26Graphviz is one of my favorite tools. I use it for most of my diagraming https://github.com/dylanowen/mdbook-graphviz and I use it as debugging output when I'm working through graph problems.
Re: Graphviz: Open-source graph visualization software
#27Re: Graphviz: Open-source graph visualization software
#28Earlier quoted context omitted.
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
#29Here 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#... )
My single biggest issue with Graphic is that the quality of Arrow end-points is very poor. They don't terminate cleanly at the destination. This is visible in the 2nd link you've posted. I'm amazed that this hasn't been addressed. It's been there for years. Makes the end products impracticable for distribution in a professional setting. It's Ok if you're the only consumer ... not great for other cases.
Re: Graphviz: Open-source graph visualization software
#30Because a lot of big companies use it (and they spend 0 €/$/... in the project), and it is broken from several years...