Create diagrams with code using Graphviz
1–10 of 221 posts
Re: Create diagrams with code using Graphviz
#2Re: Create diagrams with code using Graphviz
#3I use GraphViz a lot. Here it the Twitter conversation that ensued when I asked a question about the use of Group Theory "In Real Life": https://www.solipsys.co.uk/Chitter/GroupTheory_IRL.svg
Re: Create diagrams with code using Graphviz
#4Re: Create diagrams with code using Graphviz
#5I use GraphViz a lot. Here it the Twitter conversation that ensued when I asked a question about the use of Group Theory "In Real Life": https://www.solipsys.co.uk/Chitter/GroupTheory_IRL.svg
I'm using it at work, e.g. to visualize state machines. It makes it a lot easier to discuss it with business people. In Java there is a great library which translates code into graphviz markup: guru.nidi/graphviz-java
Re: Create diagrams with code using Graphviz
#6Re: Create diagrams with code using Graphviz
#7One huge advantage of Tikz is that you can use LaTeX equations natively. E.g. subscripts and superscripts in graphviz involve jumping through a few hoops, iirc.