Join Nostr
2025-11-21 20:38:31 UTC
in reply to

Refurio Anachro on Nostr: Looking at how much fun I just had to get TikZ do what I want, I hope it's okay if I ...

Looking at how much fun I just had to get TikZ do what I want, I hope it's okay if I share a few more lines, so here's what TikZ's layered graph layout algorithm makes of the graph:

https://paste.fyi/GJMDfXqe

main.tex:
\documentclass{article}
\usepackage{tikz}
\begin{document}
\input{5-cube.tikz}
\end{document}

$ lualatex main.tex

I still feel like a total TikZ noob. I suppose to change labels, you'd not draw labels but then set [label=something]? Everybody: feel free to use this in any way.