network2tikz
network2tikz copied to clipboard
A converter that takes a network (cnet, igraph, networkx, pathpy, ...) and creates a tikz-network for smooth integration into LaTeX.
Hi there, I am new to network2tikz and am really glad that it exists! Everything is working fine except compiling the generated latex code on the fly. I have tried...
The implemented algorithm works only for undirected graphs!
By creating a custom layout, missing nodes will be substituted by None values, which causes an error in the layout fitting process.