While learning to work with LaTeX, I have found out (also in this question) that TikZ is able to create very good automatic graph layouts. In my work, I had assignment to create pretty large interconnected graph (about 100 nodes, hundreds of connections), which I sadly had to do manually (in Word, nasty business). And here I go to se that it can be done with TikZ, but you have to compile the .tex with LuaLaTeX.
Does anybody have experience with this? Are thre any limitations?
More specifically, ideally I would like to create graph, that would span more than 1 page, and one that would have no or very little amount of crossings of node connections. Did anybody tried that, or is any expert willing to elaborate?
Thank you very much for your time!
Thing is, it will take me some time, I have to hide confidential info (delete all text inside nodes). No problem for me, if it will be of any value for you.
– Tomáš Kruliš Mar 21 '19 at 15:11sa-tikzdoes something on this line (totally automated and can span thousands of nodes). This project is however very specific, and might lead you totally out of route... it depends on which is your ultimate goal. – Claudio Fiandrino Mar 21 '19 at 15:36While reading pgf manual, am I on the right place while starting reading ch. 31 (Graph drawing algorithm); given I read through the basics in the beginning? A direction where to go would be great for me, since I cant read through the whole thing.. :D
– Tomáš Kruliš Mar 21 '19 at 15:46