I have a DAG network and want to visualize it in python. I chose graph_tool but any other library is fine.
I could not find a way to influence a node's position else then to create connections. Is there a way to sort nodes so that I do not need to pull out the nodes out of the mess by hand?
Or are there alternative libraries which have this feature?
I use python 2.7 on a Linux machine if that matters. More importantly: I use the latest version (2.18) of graph_tool