Position/showing of labels with networkx + graphviz
I've achieved the following plot with a combination networkx and graphviz: I'm very happy with the result. In the plot you can identify what I call aggregation nodes: those are the latest green ones (where all the green nodes converge) one hop before the orange ones. What I'd like to achieve is the following: 1) Put labels on the sides of the nodes. As you can see, the labels are over them and it's difficult to read; 2) Only show labels on the aggregation nodes and the orange ones. This is how I get to plot the diagram. # We create the graph G = nx.DiGraph() # We add nodes and edges G.add